Skip to content

Commit

Permalink
show notebook output in stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Nov 12, 2024
1 parent 0b8c9fd commit dc26a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc26a0b

Please sign in to comment.