Skip to content
Snippets Groups Projects
Verified Commit 03e29c36 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Deduplicate poetry install call.

parent 30b923d2
No related branches found
No related tags found
No related merge requests found
Pipeline #239 failed
......@@ -80,8 +80,8 @@ pages:
- apt-get -y update && apt-get -y install make
- pip install poetry
script:
- pip install poetry
- poetry install; poetry run make -C docs html BUILDDIR=../public/docs
- poetry install
- poetry run make -C docs html BUILDDIR=../public/docs
artifacts:
paths:
- public/
......
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