From d06585a1c73e85a1abe79c2ce15b71bf742bf639 Mon Sep 17 00:00:00 2001 From: Kevin Schaper Date: Tue, 12 Nov 2024 12:53:40 -0800 Subject: [PATCH] make output directory in action, since papermill needs it --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b47ec89..bf27083 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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