Skip to content

Commit 6efa443

Browse files
committed
rm subdir param to pip install
1 parent 0cf6044 commit 6efa443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ 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/${{ matrix.repo }}.git@${{ matrix.branch }}#subdirectory=py-binding
41+
python -m pip install git+https://github.com/${{ matrix.repo }}.git@${{ matrix.branch }}
4242
# python -m pip install -i https://test.pypi.org/simple/ cpp-linter==2.0.0rc12
4343

4444
- name: Install clang-tools

0 commit comments

Comments
 (0)