Skip to content
Snippets Groups Projects
Commit b9b108e1 authored by Mahmoud Bentriou's avatar Mahmoud Bentriou
Browse files

Try to fix gitlab CI Pyimport error with Conda.jl

parent cf1bd1e9
No related branches found
No related tags found
No related merge requests found
Pipeline #29235 failed
......@@ -20,6 +20,7 @@ pages:
- export PYTHON=""
# The Pkg.develop() makes MarkovProcesses.jl available in julia
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=".")); Pkg.instantiate();'
- julia --project=docs/ -e 'using Pkg; Pkg.add("Conda"); using Conda; Conda.add("python=3.9"); Conda.add("scikit-learn")'
- julia --project=docs/ --color=yes docs/make.jl # make documentation
- mkdir public
# - mkdir public/dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment