From 74f3fa21f2dc8b4cb9d0ce116a0026bb45151f89 Mon Sep 17 00:00:00 2001 From: tenacious Date: Mon, 3 Mar 2025 14:20:46 +0800 Subject: [PATCH] fix lint --- .github/workflows/pr_stage_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_stage_test.yml b/.github/workflows/pr_stage_test.yml index 1d663c930..2d2160208 100644 --- a/.github/workflows/pr_stage_test.yml +++ b/.github/workflows/pr_stage_test.yml @@ -115,7 +115,7 @@ jobs: run: pip install -e . -v - name: Install unit tests dependencies run: | - pip install -r requirements/test.txt + pip install -r requirements/test.txt pip install numpy==1.24.3 # Distributed related unit test may randomly error in PyTorch 1.13.0 - name: Run unittests and generate coverage report