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 f9f4dfd commit dd2c800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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, macos-14, windows-latest, flyci-macos-large-latest-m2]
os: [ ubuntu-latest, windows-latest, flyci-macos-large-latest-m2]

steps:
- uses: awvwgk/setup-fortran@main
Expand Down Expand Up @@ -37,8 +37,8 @@ jobs:
env:
# Disable building for PyPy and 32bit.
CIBW_SKIP: pp* *-win32 *-manylinux_i686 *musllinux*
CIBW_TEST_REQUIRES: scipy sympy
CIBW_TEST_COMMAND: python -m unittest camb.tests.camb_test
#CIBW_TEST_REQUIRES: scipy sympy
#CIBW_TEST_COMMAND: python -m unittest camb.tests.camb_test
CIBW_BUILD_VERBOSITY: 2

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dd2c800

Please sign in to comment.