From dc26a0b2d8a416580f952208f0b4b07f7aa113ca Mon Sep 17 00:00:00 2001 From: Kevin Schaper Date: Tue, 12 Nov 2024 10:56:01 -0800 Subject: [PATCH] show notebook output in stdout --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65f2691..876a104 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Run Jupyter Notebook run: | source .venv/bin/activate - jupyter nbconvert --to notebook --execute omim_vs_orphanet_comparison.ipynb --output omim_vs_orphanet_comparison_output.ipynb + jupyter nbconvert --to notebook --execute omim_vs_orphanet_comparison.ipynb --output omim_vs_orphanet_comparison_output.ipynb --stdout - name: Get Date for Release Tag run: echo "DATE=$(date +%Y-%m-%d)" >> $GITHUB_ENV