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 8eb433f commit d89d39d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: setup-fortran
with:
compiler: gcc
version: 11
version: 8

- run: ${{ env.FC }} --version
env:
Expand All @@ -37,7 +37,9 @@ jobs:
env:
# Disable building for PyPy and 32bit.
CIBW_SKIP: pp* *-win32 *-manylinux_i686 *musllinux*
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_REQUIRES: scipy sympy
CIBW_TEST_COMMAND: python -m unittest camb.tests.camb_test
CIBW_BUILD_VERBOSITY: 2

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

0 comments on commit d89d39d

Please sign in to comment.