Skip to content

Commit

Permalink
cache poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 13, 2023
1 parent 9b98a1f commit 1313865
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up Poetry ${{ inputs.poetry-version }}
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ inputs.poetry-version }}
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
cache: "poetry"
- name: Set up Poetry ${{ inputs.poetry-version }}
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ inputs.poetry-version }}
- name: Install dependencies
run: |
poetry install --extras pgsql
Expand Down

0 comments on commit 1313865

Please sign in to comment.