Skip to content
Snippets Groups Projects
Commit 894fce63 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Run CI pipeline on python docker container

parent e5a49489
No related branches found
No related tags found
2 merge requests!17Update playbooks,!16Update playbooks typos
Pipeline #19128 passed
......@@ -2,10 +2,11 @@ stages:
- doc
lint:
image: python
stage: doc
needs: []
tags:
- conda
- docker, specific
before_script:
- python3 -m pip install .[test]
script:
......@@ -13,16 +14,15 @@ lint:
- black --check src
pages:
image: python
stage: doc
needs: []
tags:
- conda
- docker, specific
script:
- cd docs && make html
before_script:
- python3 -m pip install .[docs]
- apt -y update
- apt -y install make
after_script:
- mv docs/_build/html public
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment