Skip to content

Commit c097f14

Browse files
committed
Fix ModuleNotFoundError: No module named 'clang_tools'
1 parent 3857f95 commit c097f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27+
pip install .
2728
pip install -r requirements-dev.txt
2829
# - name: Lint with flake8
2930
# run: |

0 commit comments

Comments
 (0)