We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b342b commit 9b520fcCopy full SHA for 9b520fc
.github/workflows/code.yml
@@ -99,7 +99,7 @@ jobs:
99
# Python 3.14 isn't supported on lower versions of cibuildwheel, so conditionally install when required
100
run: |
101
pip install build
102
- [ ${{matrix.python }} == "cp314" || ${{runner.arch}} == "ARM64" ] && pip install cibuildwheel || pip install cibuildwheel==2.23.3
+ [ ${{runner.arch}} == "ARM64" || ${{runner.arch}} == "ARM" ] && pip install cibuildwheel || pip install cibuildwheel==2.23.3
103
pip freeze
104
shell: bash
105
0 commit comments