Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 5, 2024
1 parent dd2c800 commit 92f9c2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, flyci-macos-large-latest-m2]
os: [ windows-latest, flyci-macos-large-latest-m2]

steps:
- uses: awvwgk/setup-fortran@main
Expand Down Expand Up @@ -36,6 +36,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
# Disable building for PyPy and 32bit.
CIBW_BUILD: cp37-*
CIBW_SKIP: pp* *-win32 *-manylinux_i686 *musllinux*
#CIBW_TEST_REQUIRES: scipy sympy
#CIBW_TEST_COMMAND: python -m unittest camb.tests.camb_test
Expand All @@ -44,3 +45,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
overwrite: true

0 comments on commit 92f9c2a

Please sign in to comment.