Skip to content

Commit e34fb61

Browse files
authored
Install cpp-linter-hooks before runing test (#32)
1 parent dfe9fcd commit e34fb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pre-commit:
1212
uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main
1313
with:
14-
commands: pip install pytest
14+
commands: pip install pytest -e .
1515
test:
1616
runs-on: ubuntu-latest
1717
steps:

0 commit comments

Comments
 (0)