We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd3874 commit 20fecc4Copy full SHA for 20fecc4
.github/workflows/tests.yml
@@ -30,10 +30,8 @@ jobs:
30
with:
31
python-version: ${{ matrix.python-version }}
32
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
+ - name: Install Poetry
+ uses: snok/install-poetry@v1
37
38
# Ref: https://github.com/python-poetry/poetry/blob/de0b32c245c72568cf546090600d4626917cd3a4/.github/workflows/main.yml#L46-L60
39
- name: Configure poetry
0 commit comments