Skip to content

Commit 94ea899

Browse files
committed
use poetry 1.5.1
1 parent a02e7eb commit 94ea899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
27+
# poetry 1.5.1 is the last version that supports py37
2728
run: |
28-
python -m pip install --upgrade pip poetry==1.8.4
29+
python -m pip install --upgrade pip poetry==1.5.1
2930
poetry install
3031
- name: Lint
3132
run: |

0 commit comments

Comments
 (0)