Skip to content

Commit 9a066af

Browse files
committed
Additional CI + Python dependency attempts.
1 parent bdcfb39 commit 9a066af

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ _save_cache: &save_cache
2929
- ~/.ivy2/cache
3030
- ~/.sbt
3131

32-
before_script:
33-
- ulimit -c unlimited -S
34-
3532
jobs:
3633
test:
3734
<<: *defaults
@@ -68,6 +65,7 @@ jobs:
6865
<<: *restore_cache
6966

7067
- run: ulimit -c unlimited -S
68+
- run: pip3 install --user -r pyrasterframes/src/main/python/requirements.txt
7169
- run:
7270
command: cat /dev/null | sbt makeSite
7371
no_output_timeout: 30m

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ cache:
1010
- $HOME/.ivy2/cache
1111
- $HOME/.sbt/boot
1212
- $HOME/.rf_cache
13+
- $HOME/.cache/coursier
1314

1415
scala:
1516
- 2.11.11

0 commit comments

Comments
 (0)