Skip to content

Commit

Permalink
Merge pull request #345 from py-cov-action/fix-pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Jan 11, 2024
2 parents 6d40a87 + a22c091 commit 2eab6cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
python-version: "3.11"

- name: Install Poetry
# https://github.com/pypa/pipx/issues/1195
run: |
pipx install poetry --python=python3.11
pipx install poetry --python="$(command -v python3.11)"
- name: Poetry caches
uses: actions/cache@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-external-phase-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ jobs:
python-version: "3.11"

- name: Install Poetry
# https://github.com/pypa/pipx/issues/1195
run: |
pipx install poetry --python=python3.11
pipx install poetry --python="$(command -v python3.11)"
- name: Poetry caches
uses: actions/cache@v3
Expand Down

0 comments on commit 2eab6cd

Please sign in to comment.