Skip to content

Commit

Permalink
feat(rultor): install poetry from web
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel authored Jul 4, 2024
1 parent 10a16fd commit a3421cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ docker:
install: |
python3 -m pip install --upgrade pip
pip3 install -U pip setuptools
pip3 install poetry
export PATH="$HOME/.poetry/bin:$PATH"
curl -sSL https://install.python-poetry.org | python3 -
# @todo #5:30min Make rultor merge script more strict.
# Let's incorporate more serious and strict build procedures. We should
# make test execution as well as static analysis (pylint, flake8, mypy)
Expand Down

0 comments on commit a3421cf

Please sign in to comment.