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 9b473c8 commit 4115d21Copy full SHA for 4115d21
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 --only-binary 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