We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f9c6a commit 6d84437Copy full SHA for 6d84437
.github/workflows/python-package.yml
@@ -39,7 +39,6 @@ jobs:
39
python -m pip install --upgrade pip
40
pip install flake8 pytest
41
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
42
- pip install -e .
43
- name: Lint with flake8
44
run: |
45
# stop the build if there are Python syntax errors or undefined names
0 commit comments