Skip to content

Commit

Permalink
Update ci-build.yml poetry version (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Sep 27, 2022
1 parent fe0812f commit 0a5134b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.15
version: 1.2.1
virtualenvs-path: .venv
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.15
version: 1.2.1
virtualenvs-path: .venv
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.15
version: 1.2.1
virtualenvs-path: .venv
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit 0a5134b

Please sign in to comment.