Skip to content

Commit 149e644

Browse files
committed
upgrade pip
1 parent a2cc1b6 commit 149e644

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ pip-run: &pip-install
1313
command: |
1414
python3 -m venv venv
1515
. 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
16+
python3 -m pip install --upgrade pip
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
1920
2021
jobs:
2122

0 commit comments

Comments
 (0)