Skip to content

Commit

Permalink
fix: remove duplication of builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Dec 2, 2023
1 parent ee432f2 commit be099e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp39-*64 cp310-*64 cp311-*64 cp312-*64"
CIBW_SKIP: "*musllinux*"
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {project}/pantab/tests"
Expand Down

0 comments on commit be099e7

Please sign in to comment.