We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ce88e commit 72fd194Copy full SHA for 72fd194
.github/workflows/python-app.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip3 install poetry
27
- poetry install --dev
+ poetry install
28
29
- name: Lint with flake8
30
0 commit comments