Skip to content

Commit

Permalink
Add poetry caching
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Feb 6, 2024
1 parent edfcd92 commit 01d77da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
id: cpu-cores

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'

- name: Set up Poetry
uses: Gr1N/setup-poetry@v8
Expand Down

0 comments on commit 01d77da

Please sign in to comment.