Skip to content

Commit

Permalink
feat(rultor): r PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel authored Jul 5, 2024
1 parent 2632128 commit 5ae6f39
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
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"
export PATH="/home/r/.local/bin:$PATH"
sudo poetry --version
# @todo #5:30min Make rultor merge script more strict.
# Let's incorporate more serious and strict build procedures. We should
Expand Down

0 comments on commit 5ae6f39

Please sign in to comment.