Skip to content

Commit

Permalink
try to fix BLAS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Nov 3, 2023
1 parent 1372de7 commit 61e4d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
CIBW_ARCHS: ${{ matrix.buildplat[2] }}
CIBW_ENVIRONMENT_PASS_LINUX: RUNNER_OS
CIBW_BEFORE_BUILD_MACOS: brew reinstall gfortran
CIBW_BEFORE_BUILD_LINUX: pip install numpy -C-Dallow-noblas=true
CIBW_BEFORE_BUILD_LINUX: python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true"

- name: Set extra env for arm64
if: >-
Expand Down

0 comments on commit 61e4d5d

Please sign in to comment.