Skip to content

Commit

Permalink
ci: force package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Feb 25, 2024
1 parent 0cd7d61 commit d9224d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ job-build:
- docker:dind
script:
- apk update && apk add python3 py3-pip
- python3 -m pip install poetry
- python3 -m pip install poetry --break-system-packages
- python3 -m poetry config virtualenvs.create false
- python3 -m poetry install --no-root
- export PYTHONPATH=$(pwd)
Expand Down

0 comments on commit d9224d7

Please sign in to comment.