Skip to content

Commit

Permalink
Turn off the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Aug 21, 2024
1 parent ff8bf65 commit 9990066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
uses: pdm-project/setup-pdm@v4.1
with:
python-version: ${{ inputs.python-version }}
cache: true
# cache: true
- name: Install dependencies
if: ${{ (inputs.run-pdm-install == 'true') && (steps.setup-pdm.outputs.cache-hit != 'true') }}
shell: bash
Expand Down

0 comments on commit 9990066

Please sign in to comment.