Skip to content

Commit

Permalink
make output directory in action, since papermill needs it
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Nov 12, 2024
1 parent edfde62 commit d06585a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Run Jupyter Notebook
run: |
source .venv/bin/activate
mkdir -p output
papermill omim_vs_orphanet_comparison.ipynb output/omim_vs_orphanet_comparison_output.ipynb --log-output
- name: Get Date for Release Tag
Expand Down

0 comments on commit d06585a

Please sign in to comment.