From b007f3f040771cfc91ad41d3c660353f1cba7139 Mon Sep 17 00:00:00 2001 From: CoderDeltaLan Date: Sun, 14 Sep 2025 19:33:17 +0100 Subject: [PATCH] ci(build): smoke via module to avoid console-script/PATH issues --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41bf5f6..2b391e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: poetry build poetry run python -m pip install . mkdir -p _intel - poetry run diff-risk examples/sample_apv.json -f md -o _intel/report.md + poetry run python -m diff_risk_dashboard.cli examples/sample_apv.json -f md -o _intel/report.md - name: Upload sample report if: always()