We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2b4c0 commit bdd720dCopy full SHA for bdd720d
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: run the test script
42
working-directory: tests
43
run: |
44
- pip install pytest
+ pip install pytest setuptools==39.1.0
45
pytest test_demo.py
46
python uvad_test.py
47
0 commit comments