Skip to content

Commit 5b5b2d0

Browse files
committed
disable progress bar
1 parent 949a7e2 commit 5b5b2d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ pip-run: &pip-install
1313
command: |
1414
python3 -m venv venv
1515
. 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
16+
pip install -r pip-requirements.txt --progress-bar off
17+
pip install --progress-bar off sphinx pytest
18+
pip install --progress-bar off sphinx-astropy sphinx-bootstrap-theme nbconvert==5.6.1
1919
2020
jobs:
2121

0 commit comments

Comments
 (0)