Skip to content

Commit

Permalink
feat(rultor): sudo on export
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel authored Jul 5, 2024
1 parent bfffc8b commit 1b5fd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker:
install: |
python3 -m pip install --upgrade pip
pip3 install -U pip setuptools
export POETRY_HOME=/opt/poetry
sudo export POETRY_HOME=/opt/poetry
python3 -m venv $POETRY_HOME
sudo $POETRY_HOME/bin/pip install poetry==1.8.3
sudo $POETRY_HOME/bin/poetry --version
Expand Down

0 comments on commit 1b5fd75

Please sign in to comment.