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 bf25d2b commit 051c731Copy full SHA for 051c731
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
poetry build
57
poetry run python -m pip install .
58
mkdir -p _intel
59
- diff-risk examples/sample_apv.json -f md -o _intel/report.md
+ poetry run diff-risk examples/sample_apv.json -f md -o _intel/report.md
60
61
- name: Upload sample report
62
if: always()
0 commit comments