Skip to content

Commit

Permalink
enable macOS to build numpy since no wheel is available
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Nov 26, 2021
1 parent a421a80 commit a99a3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install NumPy
run: |
python -m pip install --upgrade pip
python -m pip install --only-binary :all: numpy hypothesis pytest
python -m pip install numpy hypothesis pytest
- name: Testing NumPy
run: |
python -c "import numpy; numpy.test(verbose=3)"

0 comments on commit a99a3d8

Please sign in to comment.