We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61ad92 commit 44f18fbCopy full SHA for 44f18fb
.github/workflows/cpp-lint-package.yml
@@ -38,7 +38,8 @@ jobs:
38
# run: python -m pip install clang-tools git+https://github.com/${{ matrix.repo }}/@${{ matrix.branch }}
39
run: |
40
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
+ python -m pip install -i https://test.pypi.org/simple/ cpp-linter==2.0.0rc6
42
+ # python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#subdirectory=py-binding
43
44
- name: Install clang-tools
45
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm
0 commit comments