We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf6044 commit 6efa443Copy full SHA for 6efa443
.github/workflows/cpp-lint-package.yml
@@ -38,7 +38,7 @@ 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/${{ matrix.repo }}.git@${{ matrix.branch }}#subdirectory=py-binding
+ python -m pip install git+https://github.com/${{ matrix.repo }}.git@${{ matrix.branch }}
42
# python -m pip install -i https://test.pypi.org/simple/ cpp-linter==2.0.0rc12
43
44
- name: Install clang-tools
0 commit comments