Skip to content

Commit

Permalink
chore: try new poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderhoof committed Feb 6, 2025
1 parent dd95130 commit e9d50f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Set up Poetry
uses: abatilo/actions-poetry@v4

- name: Cache Poetry virtualenv
uses: actions/cache@v2
Expand Down

0 comments on commit e9d50f6

Please sign in to comment.