Skip to content

Commit 1609791

Browse files
committed
Quiet down pip; cache .local.
1 parent 9a066af commit 1609791

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ _save_cache: &save_cache
2828
- ~/.cache/coursier
2929
- ~/.ivy2/cache
3030
- ~/.sbt
31+
- ~/.local
3132

3233
jobs:
3334
test:
@@ -65,7 +66,7 @@ jobs:
6566
<<: *restore_cache
6667

6768
- run: ulimit -c unlimited -S
68-
- run: pip3 install --user -r pyrasterframes/src/main/python/requirements.txt
69+
- run: pip3 install --quiet --user -r pyrasterframes/src/main/python/requirements.txt
6970
- run:
7071
command: cat /dev/null | sbt makeSite
7172
no_output_timeout: 30m

0 commit comments

Comments
 (0)