Skip to content

Commit

Permalink
also skip cp311-win_amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Feb 1, 2023
1 parent 9d53792 commit 8d08ceb
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.12.0"
env:
CIBW_SKIP: "pp* cp311-win32" # FIXME
CIBW_SKIP: "pp* cp311-win32 cp311-win_amd64" # 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 8d08ceb

Please sign in to comment.