Skip to content

Commit 9b81a4b

Browse files
committed
Use pipx to install poetry
1 parent 9c01da2 commit 9b81a4b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121

2222
- name: Install Poetry
2323
run: |
24-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
25-
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
24+
pipx install poetry --python=python3.10
2625
2726
- name: Poetry caches
2827
uses: actions/cache@v2
@@ -45,7 +44,7 @@ jobs:
4544
VERBOSE: "true"
4645

4746
- name: Store Pull Request comment to be posted
48-
uses: actions/upload-artifact@v2
47+
uses: actions/upload-artifact@v3
4948
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
5049
with:
5150
name: python-coverage-comment-action

0 commit comments

Comments
 (0)