We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fefaa commit e5521f6Copy full SHA for e5521f6
.github/workflows/code_style.yml
@@ -16,14 +16,11 @@ jobs:
16
ref: ${{ github.event.pull_request.head.sha }}
17
submodules: recursive
18
19
- - name: Update pre-commit
+ - name: Clean pre-commit
20
run: |
21
- source ~/.bashrc
22
- source activate tf25_py3
23
- pip install --upgrade pre-commit>=3.0.0
24
pre-commit --version
25
- pre-commit clean
26
- pre-commit install-hooks
+ pre-commit clean || true
+ pre-commit gc || true
27
28
- name: RunCiTest
29
id: run_ci_test
0 commit comments