Skip to content

Commit

Permalink
remove install of poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix committed Aug 19, 2024
1 parent a89bd66 commit d1d44b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
with:
python-version: "3.10"

- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
echo "export PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV

- name: Install dependencies
run: poetry install --no-interaction --no-ansi

Expand Down

0 comments on commit d1d44b3

Please sign in to comment.