Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line image: python:3.10 image: python:3.12 stages: - build Loading @@ -17,6 +17,7 @@ pages: tags: - local script: - pip install --upgrade pip - pip install -e . - cd docs - make html Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line image: python:3.10 image: python:3.12 stages: - build Loading @@ -17,6 +17,7 @@ pages: tags: - local script: - pip install --upgrade pip - pip install -e . - cd docs - make html Loading