Skip to content

Commit

Permalink
feat(rultor): via pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel authored Jul 5, 2024
1 parent f2b40bb commit e06ae20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ docker:
install: |
python3 -m pip install --upgrade pip
pip3 install -U pip setuptools
curl -sSL https://install.python-poetry.org > install-poetry.py
python3 install-poetry.py
export PATH=/home/r/.local/bin
pip install --user pipx
pipx ensurepath
pipx install poetry==1.8.3
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 e06ae20

Please sign in to comment.