Skip to content

Commit cc50e63

Browse files
committed
Correct pip install progress bar flag
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 4002209 commit cc50e63

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
@@ -76,7 +76,7 @@ jobs:
7676
<<: *restore_cache
7777

7878
- run: ulimit -c unlimited -S
79-
- run: pip3 install --no-progress --user -r pyrasterframes/src/main/python/requirements.txt
79+
- run: pip3 install --progress-bar=off --user -r pyrasterframes/src/main/python/requirements.txt
8080
- run:
8181
command: cat /dev/null | sbt makeSite
8282
no_output_timeout: 30m

0 commit comments

Comments
 (0)