Skip to content

Commit

Permalink
skip i686 due to issue with numpy on cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed Oct 16, 2023
1 parent 46edab1 commit b076b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ matrix.python }}-*
CIBW_BEFORE_BUILD_LINUX: "yum install blas-devel lapack-devel"
CIBW_SKIP: '*i686'
CIBW_TEST_COMMAND: "python -m unittest discover -s {project}"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b076b7e

Please sign in to comment.