Skip to content

Commit

Permalink
Use recent version of Poetry in workflows. (#191)
Browse files Browse the repository at this point in the history
* Use recent version of Poetry in release workflow.

* Use same version everywhere.
  • Loading branch information
andrewsomething authored Aug 24, 2023
1 parent f4809eb commit ce976d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-client-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce976d5

Please sign in to comment.