Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Dec 17, 2023
1 parent 587b931 commit 5d31d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if: startsWith(matrix.os, 'windows-')

- run: pip install pipx
if: startsWith(matrix.os, 'macos-')
if: startsWith(matrix.os, 'macos-')

- uses: pypa/[email protected]
with:
Expand Down Expand Up @@ -127,10 +127,10 @@ jobs:
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
if: startsWith(matrix.os, 'windows-')

- run: pip install pipx # only for macos amd64
- run: pip install pipx # only for macos amd64
if: startsWith(matrix.os, 'macos-')

- uses: pypa/[email protected]
- uses: pypa/[email protected]
with:
output-dir: dist
env:
Expand Down

0 comments on commit 5d31d88

Please sign in to comment.