We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c452b2 commit e192edaCopy full SHA for e192eda
1 file changed
.github/workflows/python-package.yaml
@@ -27,7 +27,7 @@ jobs:
27
python -m pip install --upgrade poetry
28
python -m pip install --upgrade tox
29
python -m pip install flake8
30
- python -m poetry install --with test
+ python -m poetry install --with dev
31
- name: Lint with flake8
32
run: |
33
# stop the build if there are Python syntax errors or undefined names
0 commit comments