pull/3251/head
tenacious 2025-03-03 14:20:46 +08:00
parent 3e70d7cf0f
commit 74f3fa21f2
1 changed files with 1 additions and 1 deletions

View File

@ -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