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

Fix broken merge

parent 6fa106c1
No related branches found
No related tags found
No related merge requests found
Pipeline #303 canceled
......@@ -115,15 +115,10 @@ pages:
image:
name: python:3.8-buster
before_script:
<<<<<<< Updated upstream
- apt-get -y update && apt-get -y install make
- pip install "poetry==${POETRY_VERSION}"
=======
- apt-get -y update
- apt-get -y install eatmydata
- eatmydata apt-get -y install make
- eatmydata pip install poetry
>>>>>>> Stashed changes
- eatmydata pip install "poetry==${POETRY_VERSION}"
script:
- eatmydata poetry install
- poetry run make -C docs html BUILDDIR=../public/docs
......
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