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.
1 parent 3680961 commit 0aabd40Copy full SHA for 0aabd40
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
58
if: startsWith(matrix.os, 'windows-')
59
60
- - run: pip install pipx # only for macos amd64
+ - run: pip install pipx
61
if: startsWith(matrix.os, 'macos-')
62
63
- uses: pypa/cibuildwheel@v2.16.2
@@ -127,7 +127,7 @@ jobs:
127
128
129
130
131
132
133
0 commit comments