Skip to content

Commit

Permalink
work around numpy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed May 14, 2023
1 parent 32ab193 commit 700ee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
pip freeze
python -c 'import numpy;print(numpy.__file__)'
python -c 'from numpy.core import setup_common;print("0x%02x" % setup_common.C_API_VERSION)'
python -c 'import numpy;print(numpy.__version__)'
#
# If the wheel was incorrectly built, then this will fail.
Expand Down

0 comments on commit 700ee3b

Please sign in to comment.