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 d98fe11 commit bcde7c9Copy full SHA for bcde7c9
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
# 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
62
# then install numpy HEAD, which will override the version installed above
63
- spin build --scipy-openblas=64
+ spin build --with-scipy-openblas=64
64
65
- run:
66
name: build devdocs w/ref warnings
0 commit comments