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 9089390 commit c760dcbCopy full SHA for c760dcb
.travis.yml
@@ -31,6 +31,11 @@ before_script:
31
brew update
32
brew upgrade cmake
33
fi
34
+ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
35
+ julia -e 'using Pkg; Pkg.add("Conda")'
36
+ julia -e 'using Conda; Conda.add("scikit-learn")'
37
+ julia -e 'using Pkg; Pkg.build("PyCall"); Pkg.update()'
38
+ fi
39
40
after_success:
41
# push coverage results to Codecov
0 commit comments