Skip to content

Commit

Permalink
try to disable OpenMP on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored May 17, 2024
1 parent 7ef364a commit 1ff9328
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
env:
# Use silx wheelhouse: needed for ppc64le
CIBW_ENVIRONMENT_LINUX: "PIP_FIND_LINKS=https://www.silx.org/pub/wheelhouse/ PIP_TRUSTED_HOST=www.silx.org"
# diable OpenMP under windows
CIBW_ENVIRONMENT_WINDOWS: >
CIBW_BEFORE_BUILD="${{ echo False > PYFAI_WITH_OPENMP }}"
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
# Do not build for pypy and muslinux
Expand Down

0 comments on commit 1ff9328

Please sign in to comment.