Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a87d37 + 4115d21 commit 8d2329aCopy full SHA for 8d2329a
1 file changed
.github/workflows/tests.yml
@@ -227,7 +227,7 @@ jobs:
227
# Only install the nightly dependencies during the scheduled event
228
if: ${{ github.event_name == 'schedule' && matrix.name-suffix != '(Minimum Versions)' }}
229
run: |
230
- python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple --upgrade numpy pandas
+ python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple --upgrade --only-binary=:all: numpy pandas
231
232
- name: Install Matplotlib
233
0 commit comments