We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949a7e2 commit 5b5b2d0Copy full SHA for 5b5b2d0
1 file changed
.circleci/config.yml
@@ -13,9 +13,9 @@ pip-run: &pip-install
13
command: |
14
python3 -m venv venv
15
. venv/bin/activate
16
- pip install -r pip-requirements.txt
17
- pip install sphinx pytest
18
- pip install sphinx-astropy sphinx-bootstrap-theme nbconvert==5.6.1
+ pip install -r pip-requirements.txt --progress-bar off
+ pip install --progress-bar off sphinx pytest
+ pip install --progress-bar off sphinx-astropy sphinx-bootstrap-theme nbconvert==5.6.1
19
20
jobs:
21
0 commit comments