Skip to content

Commit d262f89

Browse files
authored
Merge pull request numpy#27475 from mattip/scipy
use PyPI not scientific-python-nightly-wheels for CI doc build
2 parents a4ad142 + b9debe2 commit d262f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
-r requirements/build_requirements.txt \
5959
-r requirements/ci_requirements.txt
6060
# get newer, pre-release versions of critical packages
61-
pip install --progress-bar=off --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple -r requirements/doc_requirements.txt
61+
pip install --progress-bar=off --pre -r requirements/doc_requirements.txt
6262
# then install numpy HEAD, which will override the version installed above
6363
spin build --with-scipy-openblas=64
6464

0 commit comments

Comments
 (0)