We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1691bc4 commit 94fe858Copy full SHA for 94fe858
1 file changed
.github/workflows/pythonpackage.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install -r requirements.txt
+ python setup.py install
30
- name: Lint with flake8
31
32
pip install flake8
0 commit comments