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