Skip to content

Commit

Permalink
Remove redundant Python caching
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed May 3, 2024
1 parent 091493f commit 3b72fb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
python-version: "3.12"
cache: "pip"

- name: Python cache set up
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-py-cache

- name: Run pre-commit hooks
uses: pre-commit/[email protected]

Expand Down

0 comments on commit 3b72fb4

Please sign in to comment.