1 parent 7b2d00e commit 5c27e5bCopy full SHA for 5c27e5b
2 files changed
.github/workflows/precommit.yml
@@ -3,15 +3,10 @@ name: Precommit
3
on:
4
pull_request:
5
6
-concurrency:
7
- group: ${{ github.workflow }}-${{ github.ref }}
8
- cancel-in-progress: true
9
-
10
jobs:
11
test:
12
name: Precommit
13
- runs-on: X64
14
- if: github.repository_owner == 'deepmodeling'
+ runs-on: ubuntu-latest
15
container:
16
image: ghcr.io/deepmodeling/abacus-gnu
17
volumes:
.github/workflows/test.yml
@@ -26,8 +26,7 @@ jobs:
26
- name: Install CI tools
27
run: |
28
sudo apt-get update
29
- sudo apt-get install -y ccache ca-certificates python-is-python3 python3-pip
30
- sudo pip install clang-format clang-tidy
+ sudo apt-get install -y ccache ca-certificates python-is-python3
31
32
- name: Configure
33
0 commit comments