Skip to content

Commit b9debe2

Browse files
committed
use PyPI not scientific-python-nightly-wheels for CI doc build
1 parent 22c7913 commit b9debe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
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)