We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe9fcd commit e34fb61Copy full SHA for e34fb61
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
pre-commit:
12
uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main
13
with:
14
- commands: pip install pytest
+ commands: pip install pytest -e .
15
test:
16
runs-on: ubuntu-latest
17
steps:
0 commit comments