Skip to content

Commit

Permalink
ci: increase cibw verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 14, 2024
1 parent 84c42f1 commit 2688e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_LINUX: "x86_64"
CIBW_SKIP_LINUX: "pp* *musllinux*"
CIBW_BEFORE_ALL_LINUX: yum install -y fftw3-devel
Expand Down

0 comments on commit 2688e45

Please sign in to comment.