Skip to content
Snippets Groups Projects
Verified Commit 398a6121 authored by Georg Krause's avatar Georg Krause
Browse files

Another approach for adding poetry to PATH

parent d7c620af
No related branches found
No related tags found
No related merge requests found
Pipeline #22890 failed with stage
in 56 seconds
......@@ -15,9 +15,9 @@ tests:
before_script:
- apk add python3-dev build-base curl
- curl -sSL https://install.python-poetry.org | python3 -
- export PATH="/root/.local/bin:$PATH"
- poetry install
script:
- poetry run pytest
variables:
DB_DSN: user=postgres password=postgres dbname=funkwhale_network host=db
PATH: /root/.local/bin:$PATH
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