Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ image: python:3.11 before_script: - pip install numba - pip install sphinx - pip install toml stages: - deploy-pages Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ image: python:3.11 before_script: - pip install numba - pip install sphinx - pip install toml stages: - deploy-pages Loading