Skip to content

Commit

Permalink
added pipx dependency for all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Dec 15, 2023
1 parent 120cab4 commit 2f266ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
if: matrix.os == 'windows-2022'

- run: pip install pipx
- uses: pypa/[email protected]
with:
output-dir: dist
Expand Down Expand Up @@ -73,7 +74,6 @@ jobs:
if: matrix.os == 'windows-2022'

- run: pip install pipx

- uses: pypa/[email protected]
with:
output-dir: dist
Expand Down Expand Up @@ -105,6 +105,7 @@ jobs:
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
if: matrix.os == 'windows-2022'

- run: pip install pipx
- uses: pypa/[email protected]
with:
output-dir: dist
Expand Down

0 comments on commit 2f266ee

Please sign in to comment.