Skip to content

Commit a02e7eb

Browse files
committed
specify install poetry1.8.4
1 parent 234c2b9 commit a02e7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --upgrade pip poetry
28+
python -m pip install --upgrade pip poetry==1.8.4
2929
poetry install
3030
- name: Lint
3131
run: |

0 commit comments

Comments
 (0)