Skip to content

Commit

Permalink
Pin snok/install-poetry to 1.4.1
Browse files Browse the repository at this point in the history
Pin snok/install-poetry to 1.4.1 to fix poetry failing to install in the GitHub workflow
  • Loading branch information
x753 authored Jan 9, 2025
1 parent 4a82877 commit 1c0acc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: echo "::set-output name=node-version::$(node --version)"
- uses: snok/install-poetry@v1
with:
version: 1.4.1
virtualenvs-in-project: true
- name: Cache poetry venv
id: cache-poetry
Expand Down

0 comments on commit 1c0acc6

Please sign in to comment.