Skip to content

Commit 051c731

Browse files
committed
ci(build): run CLI via 'poetry run' so venv is on PATH
1 parent bf25d2b commit 051c731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
poetry build
5757
poetry run python -m pip install .
5858
mkdir -p _intel
59-
diff-risk examples/sample_apv.json -f md -o _intel/report.md
59+
poetry run diff-risk examples/sample_apv.json -f md -o _intel/report.md
6060
6161
- name: Upload sample report
6262
if: always()

0 commit comments

Comments
 (0)