We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5cc9e commit f88e93dCopy full SHA for f88e93d
2 files changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install -r requirements.txt && pip install -r requirements-dev.txt
30
- pip install -e .; fi
+ pip install -e .
31
- name: Lint with flake8
32
33
# stop the build if there are Python syntax errors or undefined names
.travis.yml
0 commit comments