Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b473c8

Browse files
committed
Add --only-binary to nightly pip install
We don't have the build dependencies installed anyway
1 parent 41fb34d commit 9b473c8

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 numpy pandas
231231
232232
- name: Install Matplotlib
233233
run: |

0 commit comments

Comments
 (0)