Skip to content

Commit

Permalink
feat(rultor): venv quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel authored Jul 5, 2024
1 parent 1b5fd75 commit b0d8e6d
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 @@ -28,7 +28,7 @@ install: |
python3 -m pip install --upgrade pip
pip3 install -U pip setuptools
sudo export POETRY_HOME=/opt/poetry
python3 -m venv $POETRY_HOME
python3 -m venv "$POETRY_HOME"
sudo $POETRY_HOME/bin/pip install poetry==1.8.3
sudo $POETRY_HOME/bin/poetry --version
# @todo #5:30min Make rultor merge script more strict.
Expand Down

0 comments on commit b0d8e6d

Please sign in to comment.