Skip to content

Commit f5b11d2

Browse files
Use Poetry 1.5.1 via GitHub action in the pipeline
Should work around snok/install-poetry#131
1 parent 0835013 commit f5b11d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

24-
- name: Install Poetry
25-
run: curl -sSL https://install.python-poetry.org | python
24+
- name: Install and configure Poetry
25+
uses: snok/install-poetry@v1
26+
with:
27+
version: 1.5.1
2628

2729
- name: Install dependencies
2830
run: |

0 commit comments

Comments
 (0)