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

Update .gitlab-ci.yml file

parent 1815ad44
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
image: python:3.9

stages:
  - build
  - test
@@ -29,7 +27,7 @@ pages:
  stage: deploy
  script:
    - python3 -m pip install --user --upgrade pip
    - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx
    - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata
    - export PATH=$PATH:$(python3 -m site --user-base)/bin
    - cd docs
    - make html