Skip to content

Commit

Permalink
feat(actions): use poetry caching for setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanshatford authored Mar 3, 2025
1 parent 7393ba9 commit 48958e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ runs:
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: 'poetry'
- name: Setup Poetry
uses: abatilo/actions-poetry@v4
with:
Expand Down

0 comments on commit 48958e7

Please sign in to comment.