Skip to content

Commit

Permalink
💚 drop caching packages dependencies because "pdm" is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
BalconyJH committed Mar 18, 2024
1 parent 5822bc4 commit 6425f73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ runs:
with:
python-version: ${{ inputs.python-version }}
architecture: "x64"
cache: "pdm"
cache-dependency-path: |
./pdm.lock
${{ inputs.env-dir }}/pdm.lock

- run: |
cd ${{ inputs.env-dir }}
Expand Down

0 comments on commit 6425f73

Please sign in to comment.