Skip to content

Commit

Permalink
Install cpp-linter-hooks before runing test (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Feb 22, 2024
1 parent dfe9fcd commit e34fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pre-commit:
uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main
with:
commands: pip install pytest
commands: pip install pytest -e .
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e34fb61

Please sign in to comment.