Skip to content

Commit

Permalink
ci: fix CIBW_SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 14, 2024
1 parent 2688e45 commit 0f63f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_SKIP: "pp* *musllinux*"
CIBW_ARCHS_LINUX: "x86_64"
CIBW_SKIP_LINUX: "pp* *musllinux*"
CIBW_BEFORE_ALL_LINUX: yum install -y fftw3-devel
CIBW_BEFORE_ALL_MACOS: brew install gcc libomp fftw
CIBW_ENVIRONMENT_MACOS: >
Expand Down

0 comments on commit 0f63f6a

Please sign in to comment.