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 30a1b41 commit 95ec3a5Copy full SHA for 95ec3a5
.github/workflows/build.yml
@@ -46,8 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: |
48
python -m pip install --upgrade pip
49
- pip install flake8 pytest pytest-cov sortedcontainers
50
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ if [ -f pyproject.toml ]; then pip install flake8 '.[test]'; fi
51
- name: Lint with flake8
52
53
# stop the build if there are Python syntax errors or undefined names
0 commit comments