Skip to content

Commit e5521f6

Browse files
committed
upgrade zero inflated lognormal loss, support export structure path, upgrade pre-commit hooks
1 parent a6fefaa commit e5521f6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/code_style.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ jobs:
1616
ref: ${{ github.event.pull_request.head.sha }}
1717
submodules: recursive
1818

19-
- name: Update pre-commit
19+
- name: Clean pre-commit
2020
run: |
21-
source ~/.bashrc
22-
source activate tf25_py3
23-
pip install --upgrade pre-commit>=3.0.0
2421
pre-commit --version
25-
pre-commit clean
26-
pre-commit install-hooks
22+
pre-commit clean || true
23+
pre-commit gc || true
2724
2825
- name: RunCiTest
2926
id: run_ci_test

0 commit comments

Comments
 (0)