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.
1 parent 41fb34d commit 9b473c8Copy full SHA for 9b473c8
.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 numpy pandas
231
232
- name: Install Matplotlib
233
0 commit comments