We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa10df commit 4410175Copy full SHA for 4410175
1 file changed
.github/workflows/release.yaml
@@ -27,8 +27,8 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
# pip install flake8 pytest
30
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
+ pip install -r requirements.txt
+ pip install -r tests/requirements.txt
32
- name: Test with pytest
33
34
pytest
0 commit comments