Skip to content

Commit 9a7c884

Browse files
committed
Merge branch 'main' of github.com:shenxianpeng/clang-tools-pip into main
2 parents f1f3876 + 87e5bf1 commit 9a7c884

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,11 @@ jobs:
6363
uses: actions/setup-python@v4
6464
with:
6565
python-version: "3.8"
66+
- name: Install clang-tools of push event
67+
run: pip install git+https://github.com/shenxianpeng/clang-tools-pip.git@${{ github.ref }}
6668
- name: Install clang-tools of pull_request event
6769
if: github.event_name == 'pull_request'
6870
run: pip install git+https://github.com/shenxianpeng/clang-tools-pip.git@${{ github.head_ref }}
69-
- name: Install clang-tools of push event
70-
if: github.event_name == 'push'
71-
run: pip install git+https://github.com/shenxianpeng/clang-tools-pip.git@${{ github.ref }}
7271
- name: Installation testing
7372
run: |
7473
clang-tools --install ${{ matrix.version }}

0 commit comments

Comments
 (0)