Skip to content

Commit 8d2329a

Browse files
authored
Merge pull request matplotlib#24920 from ksunden/nightly_only_bin
Add --only-binary to nightly pip install
2 parents 5a87d37 + 4115d21 commit 8d2329a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
# Only install the nightly dependencies during the scheduled event
228228
if: ${{ github.event_name == 'schedule' && matrix.name-suffix != '(Minimum Versions)' }}
229229
run: |
230-
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple --upgrade numpy pandas
230+
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple --upgrade --only-binary=:all: numpy pandas
231231
232232
- name: Install Matplotlib
233233
run: |

0 commit comments

Comments
 (0)