Skip to content

Commit d52f30c

Browse files
Try again
1 parent c760dcb commit d52f30c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ env:
2525
global:
2626
- PYTHON=conda
2727

28+
before_install:
29+
- julia -e 'using Pkg; Pkg.add("Conda")'
30+
- julia -e 'using Conda; Conda.add("scikit-learn")'
31+
- julia -e 'using Pkg; Pkg.build("PyCall"); Pkg.update()'
32+
2833
before_script:
2934
- |
3035
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
@@ -33,7 +38,6 @@ before_script:
3338
fi
3439
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
3540
julia -e 'using Pkg; Pkg.add("Conda")'
36-
julia -e 'using Conda; Conda.add("scikit-learn")'
3741
julia -e 'using Pkg; Pkg.build("PyCall"); Pkg.update()'
3842
fi
3943

0 commit comments

Comments
 (0)