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 f320097 commit 22215d1Copy full SHA for 22215d1
.github/workflows/run_tests.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
pip install -U setuptools
32
pip install -r requirements.txt
33
- pip install .
+ python setup.py install
34
- name: Lint with flake8
35
36
pip install flake8
0 commit comments