Commit 8022bfe8 authored by Akke Esa Tapio Viitanen's avatar Akke Esa Tapio Viitanen
Browse files

Update .gitlab-ci.yml file

parent 7584ed91
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
image: python:3.10
image: python:3.12

stages:
  - build
@@ -17,6 +17,7 @@ pages:
  tags:
    - local
  script:
    - pip install --upgrade pip
    - pip install -e .
    - cd docs
    - make html