Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 0aabd40

Browse files
committed
code cleanup
1 parent 3680961 commit 0aabd40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
5858
if: startsWith(matrix.os, 'windows-')
5959

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

6363
- uses: pypa/[email protected]
@@ -127,7 +127,7 @@ jobs:
127127
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
128128
if: startsWith(matrix.os, 'windows-')
129129

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

133133
- uses: pypa/[email protected]

0 commit comments

Comments
 (0)