We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pipx
1 parent 9c01da2 commit 9b81a4bCopy full SHA for 9b81a4b
.github/workflows/ci.yml
@@ -21,8 +21,7 @@ jobs:
21
22
- name: Install Poetry
23
run: |
24
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
25
- echo "$HOME/.poetry/bin" >> $GITHUB_PATH
+ pipx install poetry --python=python3.10
26
27
- name: Poetry caches
28
uses: actions/cache@v2
@@ -45,7 +44,7 @@ jobs:
45
44
VERBOSE: "true"
46
47
- name: Store Pull Request comment to be posted
48
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
49
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
50
with:
51
name: python-coverage-comment-action
0 commit comments