Skip to content

Commit

Permalink
Fix poetry in release CI (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyc60 authored Nov 19, 2022
1 parent e5edf1f commit 0ea7079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python-version: ${{ matrix.PYTHON_VERSION }}

- name: Install Poetry
uses: snok/install-poetry@v1
uses: snok/install-poetry@v1.3.1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit 0ea7079

Please sign in to comment.