We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b56d37 commit 8624a19Copy full SHA for 8624a19
.github/workflows/pre-commit.yaml
@@ -19,10 +19,10 @@ jobs:
19
poetry export --with dev --format=requirements.txt --output=requirements.txt
20
- name: set PY
21
run: echo "PY=$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
22
- - uses: actions/cache@v4
23
- with:
24
- path: ~/.cache/pre-commit
25
- key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
26
- - uses: pre-commit/action@v3.0.1
+ # - uses: actions/cache@v4
+ # with:
+ # path: ~/.cache/pre-commit
+ # key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
+ # - uses: pre-commit/action@v3.0.1
27
- uses: pre-commit-ci/lite-action@v1.0.2
28
if: always()
0 commit comments