Skip to content

Commit

Permalink
feat(rultor): install
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel authored Jul 5, 2024
1 parent 73bd411 commit 7ac11a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ 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
sudo /home/r/.local/bin/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 7ac11a1

Please sign in to comment.