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 bdcfb39 commit 9a066afCopy full SHA for 9a066af
.circleci/config.yml
@@ -29,9 +29,6 @@ _save_cache: &save_cache
29
- ~/.ivy2/cache
30
- ~/.sbt
31
32
-before_script:
33
- - ulimit -c unlimited -S
34
-
35
jobs:
36
test:
37
<<: *defaults
@@ -68,6 +65,7 @@ jobs:
68
65
<<: *restore_cache
69
66
70
67
- run: ulimit -c unlimited -S
+ - run: pip3 install --user -r pyrasterframes/src/main/python/requirements.txt
71
- run:
72
command: cat /dev/null | sbt makeSite
73
no_output_timeout: 30m
.travis.yml
@@ -10,6 +10,7 @@ cache:
10
- $HOME/.ivy2/cache
11
- $HOME/.sbt/boot
12
- $HOME/.rf_cache
13
+ - $HOME/.cache/coursier
14
15
scala:
16
- 2.11.11
0 commit comments