Skip to content

Commit 574be43

Browse files
committed
switch to 2.0.0rc8 dist
1 parent c61ad92 commit 574be43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cpp-lint-package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
# run: python -m pip install clang-tools git+https://github.com/${{ matrix.repo }}/@${{ matrix.branch }}
3939
run: |
4040
python -m pip install clang-tools
41-
python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#subdirectory=py-binding
41+
python -m pip install -i https://test.pypi.org/simple/ cpp-linter==2.0.0rc8
42+
# python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#subdirectory=py-binding
4243

4344
- name: Install clang-tools
4445
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm

0 commit comments

Comments
 (0)