We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ff594 commit 051ffaaCopy full SHA for 051ffaa
.github/workflows/test_package.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install -r requirements.txt
30
- pip install -r requirements_test.txt
+ pip install -r test_requirements.txt
31
- name: Test with pytest
32
33
pip install pytest
0 commit comments