Skip to content

Commit

Permalink
Update build_and_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Dec 16, 2023
1 parent f43e8e6 commit 7cd8735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Build wheels"
uses: "pypa/cibuildwheel@v2.16.2"
env:
CIBW_SKIP: "pp* # FIXME
CIBW_SKIP: "pp*" # FIXME
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
CIBW_BEFORE_BUILD_WINDOWS: "pip install -U cython && update_cpp.sh"
CIBW_TEST_REQUIRES: "pytest"
Expand Down

0 comments on commit 7cd8735

Please sign in to comment.