Skip to content

Commit

Permalink
TEMPORARY Test delete pre-commit cache
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Sep 8, 2023
1 parent fec2f4c commit 65318f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ jobs:
- uses: actions/setup-python@v4
# Uncomment this step to force deletion of the pre-commit cache, for
# instance if the versions of upstream packages have changed
# - run: "gh cache delete $(gh cache list -L 100 | cut -f2 | grep pre-commit)"
# env: { GH_TOKEN: ${{ github.token}} }
- run: "gh cache delete $(gh cache list -L 100 | cut -f2 | grep pre-commit)"
env: { GH_TOKEN: ${{ github.token }} }
- uses: pre-commit/action@v3.0.0

0 comments on commit 65318f9

Please sign in to comment.