8000
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 2aa455e commit 9b47e92Copy full SHA for 9b47e92
.github/workflows/head-dependencies.yml
@@ -76,7 +76,12 @@ jobs:
76
python -m pip install --upgrade pip setuptools wheel
77
python -m pip install pytest-github-actions-annotate-failures
78
python -m pip --no-cache-dir --quiet install --upgrade .[test]
79
- python -m pip install --pre --upgrade --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib
+ python -m pip install \
80
+ --upgrade \
81
+ --pre \
82
+ --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
83
+ --extra-index-url https://pypi.org/simple/ \
84
+ matplotlib
85
86
- name: List installed Python packages
87
run: python -m pip list
0 commit comments