Skip to content

Commit

Permalink
Use the right pip cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Sep 21, 2023
1 parent dab2c2f commit f71a0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,14 +373,15 @@ jobs:
with:
fetch-depth: 0
- name: '🐍 Set up Poetry'
id: setup-poetry
uses: ./.github/actions/setup-poetry
with:
python-version: ${{ matrix.python-version }}
install-dependencies: false
- name: Cache pip cache folder
uses: actions/cache@v3
with:
path: ${{ needs.prepare-python.outputs.pip-cache-dir }}
path: ${{ steps.setup-poetry.outputs.pip-cache-dir }}
key: pip-cache-${{ runner.os }}-python-${{ matrix.python-version }}
- name: '📤 Restore Spotlight'
uses: actions/download-artifact@v3
Expand Down

0 comments on commit f71a0ee

Please sign in to comment.