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

Try to fix gitlab CI Pyimport error with Conda.jl

parent b9b108e1
No related branches found
No related tags found
No related merge requests found
Pipeline #29236 passed
......@@ -20,7 +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/ -e 'using Pkg; Pkg.add("Conda"); using Conda; 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.
Finish editing this message first!
Please register or to comment