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 833992a commit 241317dCopy full SHA for 241317d
.github/workflows/pytest.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Install dependencies
67
run: |
68
python -m pip install --upgrade pip
69
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ pip install -r requirements.txt
70
- name: Test with pytest
71
72
pytest
0 commit comments