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 6c83b96 commit 0abc92eCopy full SHA for 0abc92e
.github/workflows/python-package.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
python -m pip install flake8 pytest pip-tools
31
- python -m pip-compile pyproject.toml
+ pip-compile pyproject.toml
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- name: Lint with flake8
34
0 commit comments