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 32d7327 commit de1575cCopy full SHA for de1575c
.github/workflows/build-python-package.yml
@@ -34,7 +34,7 @@ jobs:
34
brew install libtool
35
36
- name: Build wheels on Linux
37
- if: startsWith(matrix.os, 'macos') != true
+ if: startsWith(matrix.os, 'ubuntu')
38
env:
39
CIBW_BEFORE_BUILD: cd src/runtime/c && autoreconf -i && ./configure && make && make install
40
run: |
0 commit comments