Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ image: python:3.11 # Functions that should be executed before the build script is run before_script: - pip install numba - pip install sphinx stages: Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ image: python:3.11 # Functions that should be executed before the build script is run before_script: - pip install numba - pip install sphinx stages: Loading