We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac00c85 commit 1e61a4cCopy full SHA for 1e61a4c
.github/workflows/python-test.yml
@@ -26,8 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install flake8 pytest
30
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ python -m pip install -r requirements-test.txt
31
- name: Lint with flake8
32
33
# stop the build if there are Python syntax errors or undefined names
requirements-test.txt
@@ -0,0 +1,4 @@
1
+flake8
2
+pytest
3
+pytest-cov
4
+
0 commit comments