Skip to content

Commit 20fecc4

Browse files
authoredJun 6, 2023
Update tests.yml
1 parent fbd3874 commit 20fecc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎.github/workflows/tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

33-
- name: Install poetry
34-
run: |
35-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
36-
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
33+
- name: Install Poetry
34+
uses: snok/install-poetry@v1
3735

3836
# Ref: https://github.com/python-poetry/poetry/blob/de0b32c245c72568cf546090600d4626917cd3a4/.github/workflows/main.yml#L46-L60
3937
- name: Configure poetry

0 commit comments

Comments
 (0)
Please sign in to comment.