Skip to content

Commit

Permalink
fix dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Jun 7, 2024
1 parent bf839c1 commit 2b58299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: run the test script
working-directory: tests
run: |
pip install pytest setuptools-65.5.0
pip install pytest setuptools=65.5.0
pytest test_demo.py
python uvad_test.py
Expand Down

0 comments on commit 2b58299

Please sign in to comment.