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

Try to fix gitlab CI with PyImport sklearn error (again...)

parent 20e533ac
No related branches found
No related tags found
No related merge requests found
Pipeline #29229 failed
......@@ -17,11 +17,13 @@ pages:
script:
- apt-get update -qq && apt-get install -y git
- echo $CI_COMMIT_BRANCH
- 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/ --color=yes docs/make.jl # make documentation
- mkdir public
- mkdir public/dev
- mv docs/build public/dev
# - mkdir public/dev
- mv docs/build public
artifacts:
paths:
- public
......
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