Skip to content

Commit

Permalink
test --break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Dec 20, 2024
1 parent 294cf21 commit ed2ad4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parts:
build-packages:
- curl
override-build: |
python3 -m pip install --upgrade pip==24.3.1 # renovate: charmcraft-pip-latest
python3 -m pip install --upgrade pip==24.3.1 --break-system-packages # renovate: charmcraft-pip-latest
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4 # renovate: charmcraft-poetry-latest
ln -sf "$HOME/.local/bin/poetry" /usr/local/bin/poetry
# "charm-poetry" part name is arbitrary; use for consistency
Expand Down

0 comments on commit ed2ad4b

Please sign in to comment.