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

[CI] Run tools outside of poetry

parent 128c0711
No related branches found
No related tags found
No related merge requests found
Pipeline #309 failed
......@@ -20,7 +20,7 @@ test:
- adduser --disabled-password --gecos "Test User" testuser
script:
- sudo -u testuser sh -c 'poetry export --without-hashes --dev -f requirements.txt | eatmydata pip install -r /dev/stdin'
- sudo -u testuser eatmydata poetry run tox
- sudo -u testuser eatmydata tox
build_dist:
stage: build
......@@ -107,7 +107,7 @@ pages:
name: registry.edugit.org/teckids/docker-images/python-pimped
script:
- poetry export --without-hashes --dev -f requirements.txt | eatmydata pip install -r /dev/stdin
- poetry run make -C docs html BUILDDIR=../public/docs
- 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