Skip to content

Commit

Permalink
Fix GH test action poetry installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Oct 7, 2024
1 parent d948464 commit e8cd2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: 3.8
- name: install Poetry
uses: snok/install-poetry@v1.1.1
uses: snok/install-poetry@v1.3.4
- name: cache Poetry virtualenv
uses: actions/cache@v2
id: poetry-cache
Expand Down

0 comments on commit e8cd2cd

Please sign in to comment.