Skip to content

Commit 4143e95

Browse files
authored
Update pythonapp.yml
1 parent 0e05c12 commit 4143e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip poetry
26+
python -m pip install poetry
2727
poetry install
2828
- name: Lint with flake8
2929
run: |

0 commit comments

Comments
 (0)