Skip to content

Commit 363454d

Browse files
committed
Fix pip install latest version
1 parent c747c54 commit 363454d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install on windows
5959
# if: ${{ matrix.os }} == " windows-latest"
6060
run: |
61-
pip install clang-tools
61+
pip install git+https://github.com/shenxianpeng/clang-tools-pip.git@main
6262
clang-tools --install ${{ matrix.version }}
6363
# - name: Install on Linux or MacOS
6464
# if: ${{ matrix.os }} != " windows-latest"

0 commit comments

Comments
 (0)