Skip to content

Commit

Permalink
Fix poetry installation in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenerone committed Jan 1, 2024
1 parent e26bda9 commit de7c226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v2.1.3
uses: abatilo/actions-poetry@v2.4.0
- name: Cache poetry virtualenv
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: ~/.virtualenvs
Expand Down

0 comments on commit de7c226

Please sign in to comment.