We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a066af commit 1609791Copy full SHA for 1609791
.circleci/config.yml
@@ -28,6 +28,7 @@ _save_cache: &save_cache
28
- ~/.cache/coursier
29
- ~/.ivy2/cache
30
- ~/.sbt
31
+ - ~/.local
32
33
jobs:
34
test:
@@ -65,7 +66,7 @@ jobs:
65
66
<<: *restore_cache
67
68
- run: ulimit -c unlimited -S
- - run: pip3 install --user -r pyrasterframes/src/main/python/requirements.txt
69
+ - run: pip3 install --quiet --user -r pyrasterframes/src/main/python/requirements.txt
70
- run:
71
command: cat /dev/null | sbt makeSite
72
no_output_timeout: 30m
0 commit comments