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.
2 parents 8fe3bd1 + 5a957df commit f85351eCopy full SHA for f85351e
.github/workflows/tests.yml
@@ -25,10 +25,10 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip
27
python -m pip install flake8 pytest
28
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi
29
- name: Install our code as a package
30
31
- pip install -e .
+ python -m pip install -e .
32
- name: Lint with flake8
33
34
# stop the build if there are Python syntax errors or undefined names
0 commit comments