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 ce4a7b1 commit b440f74Copy full SHA for b440f74
.github/workflows/validate.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- python -m pip install flake8 nose coverage
+ python -m pip install -r requirements_dev.txt
29
pip install -r requirements.txt
30
- name: lint
31
requirements_dev.txt
@@ -0,0 +1,4 @@
1
+flake8
2
+nose
3
+coverage
4
+pytest
0 commit comments