-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use recent version of Poetry in workflows. (#191)
* Use recent version of Poetry in release workflow. * Use same version everywhere.
- Loading branch information
1 parent
f4809eb
commit ce976d5
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ jobs: | |
python-version: "3.10" | ||
|
||
- name: Install Poetry | ||
uses: snok/[email protected].1 | ||
uses: snok/[email protected].4 | ||
with: | ||
version: 1.1.13 | ||
version: 1.6.1 | ||
virtualenvs-path: .venv | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,9 +47,9 @@ jobs: | |
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} | ||
|
||
- name: Install Poetry | ||
uses: snok/[email protected].1 | ||
uses: snok/[email protected].4 | ||
with: | ||
version: 1.1.13 | ||
version: 1.6.1 | ||
virtualenvs-path: .venv | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ jobs: | |
python-version: "3.10" | ||
|
||
- name: Install Poetry | ||
uses: snok/[email protected].3 | ||
uses: snok/[email protected].4 | ||
with: | ||
version: 1.1.13 | ||
version: 1.6.1 | ||
virtualenvs-path: .venv | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
|