Skip to content

Commit

Permalink
Turn cache dependency paths back on
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Sep 15, 2024
1 parent f4e3475 commit 1291896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ runs:
with:
python-version: ${{ inputs.python-version }}
cache: true
# cache-dependency-path: |
# ./pdm.lock
# ./pdm-install-flags.txt
cache-dependency-path: |
./pdm.lock
./pdm-install-flags.txt
- name: Install dependencies
shell: bash
if: ${{ (inputs.run-pdm-install == 'true') && (steps.setup-pdm.outputs.cache-hit != 'true') }}
Expand Down

0 comments on commit 1291896

Please sign in to comment.