Skip to content

Commit

Permalink
ci: only build x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 13, 2024
1 parent 93d5c47 commit d4b8b86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build Python wheels (skbuild)

on: [push, pull_request]

Expand All @@ -13,8 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v4


- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: x86_64
CIBW_BEFORE_ALL_LINUX: yum install -y fftw3-devel

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

0 comments on commit d4b8b86

Please sign in to comment.