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 149e644 commit 351b94aCopy full SHA for 351b94a
.circleci/config.yml
@@ -13,7 +13,7 @@ pip-run: &pip-install
13
command: |
14
python3 -m venv venv
15
. venv/bin/activate
16
- python3 -m pip install --upgrade pip
+ python3 -m pip install --upgrade pip wheel
17
python3 -m pip install -r pip-requirements.txt --progress-bar off
18
python3 -m pip install --progress-bar off "sphinx>=2.0,<3.0" pytest
19
python3 -m pip install --progress-bar off sphinx-astropy sphinx-bootstrap-theme nbconvert==5.6.1
0 commit comments