Skip to content

Commit

Permalink
install poetry using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix committed Aug 19, 2024
1 parent d1d44b3 commit 98236ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
python-version: "3.10"

- name: Install dependencies
run: poetry install --no-interaction --no-ansi
run: python -m pip install "poetry==1.7.1"
poetry config virtualenvs.create false
poetry install --no-cache
poetry install --only-root --no-interaction --no-ansi

- name: Build the package
run: poetry build
Expand Down

0 comments on commit 98236ad

Please sign in to comment.