Skip to content

Commit

Permalink
fix: fix version of Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-roys committed Aug 30, 2023
1 parent f2a680c commit 20ba57f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.5.1

- name: Install Dependencies
run: poetry install -v
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: .venv

version: 1.5.1

- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 20ba57f

Please sign in to comment.