Skip to content

Commit f9102c4

Browse files
committed
Pin Poetry version
1 parent 41a8eed commit f9102c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: ['3.11']
12+
poetry-version: ['1.8.5']
1213

1314
steps:
1415
- uses: actions/checkout@v4
@@ -18,7 +19,9 @@ jobs:
1819
with:
1920
python-version: ${{ matrix.python-version }}
2021

21-
- uses: Gr1N/setup-poetry@v8
22+
- uses: abatilo/actions-poetry@v4
23+
with:
24+
poetry-version: ${{ matrix.poetry-version }}
2225

2326
- name: Check dependencies
2427
run: make doctor

0 commit comments

Comments
 (0)