We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e05c12 commit 4143e95Copy full SHA for 4143e95
.github/workflows/pythonapp.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- python -m pip poetry
+ python -m pip install poetry
27
poetry install
28
- name: Lint with flake8
29
0 commit comments