Skip to content
Snippets Groups Projects
Commit 1e6ac6ee authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix pipeline

parent c86fe36b
No related branches found
No related tags found
No related merge requests found
Pipeline #29124 failed
image: python:3.8-buster image: python:3.9-bullseye
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
...@@ -7,6 +7,7 @@ variables: ...@@ -7,6 +7,7 @@ variables:
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
- apt update; apt install po4a
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
- make publish; make publish - make publish; make publish
......
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