Skip to content
Snippets Groups Projects
Verified Commit de5fc92d authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

ci(gitlab): remove '--user' from pip command to install to the system's default location

parent e25ab4b9
No related branches found
No related tags found
No related merge requests found
Pipeline #276739 failed
......@@ -39,7 +39,7 @@ release:
stage: release
image: docker.io/python:3.8-slim-bullseye
before_script:
- pip install --user --requirement requirements.ci.txt
- pip install --requirement requirements.ci.txt
script:
- semantic-release --verbosity=DEBUG publish
rules:
......
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