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 2077f93 commit 9625b52Copy full SHA for 9625b52
.github/workflows/build.yml
@@ -58,6 +58,7 @@ jobs:
58
poetry run python -m diff_risk_dashboard.cli examples/sample_apv.json -f md -o _intel/report.md
59
ls -l _intel/report.md && head -n 5 _intel/report.md
60
- name: Upload sample report
61
+ if: matrix.python-version == '3.12'
62
if: matrix.python-version == '3.12'
63
if: always()
64
uses: actions/upload-artifact@v4
0 commit comments