We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a501e3b commit 92c61dcCopy full SHA for 92c61dc
.github/workflows/test.yml
@@ -40,4 +40,4 @@ jobs:
40
needs: [test]
41
uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main
42
with:
43
- commands: pip install pytest -e .
+ commands: pip install pytest & pip install -e .
0 commit comments