Skip to content

Commit

Permalink
update poetry install.
Browse files Browse the repository at this point in the history
  • Loading branch information
impliedchaos committed Dec 23, 2021
1 parent e864e9c commit c0039bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
run: |
# install hub so we can create a GitHub release easily.
sudo apt-get update && sudo apt-get install hub
python -m pip install cleo
# install poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
curl -sSL https://install.python-poetry.org | python -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH && PATH="$HOME/.poetry/bin:$PATH"
poetry update # install py deps and update poetry.lock
# Configure git user.
Expand Down

0 comments on commit c0039bb

Please sign in to comment.