Skip to content

Commit

Permalink
ci: use numpy without qualification
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jun 17, 2024
1 parent 0ebf86e commit b2f9d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
CIBW_BEFORE_BUILD: pip install "numpy>=2.0" setuptools wheel cython
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython

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

0 comments on commit b2f9d6d

Please sign in to comment.