Skip to content

Commit 351b94a

Browse files
committed
oh, also install wheel
1 parent 149e644 commit 351b94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip-run: &pip-install
1313
command: |
1414
python3 -m venv venv
1515
. venv/bin/activate
16-
python3 -m pip install --upgrade pip
16+
python3 -m pip install --upgrade pip wheel
1717
python3 -m pip install -r pip-requirements.txt --progress-bar off
1818
python3 -m pip install --progress-bar off "sphinx>=2.0,<3.0" pytest
1919
python3 -m pip install --progress-bar off sphinx-astropy sphinx-bootstrap-theme nbconvert==5.6.1

0 commit comments

Comments
 (0)