From 0e9837fa176b9ac3784c98c2242cdd9ac916f4bd Mon Sep 17 00:00:00 2001 From: carlocagnetta Date: Thu, 2 Nov 2023 14:23:10 +0100 Subject: [PATCH] Fix worklfow action compiling notebooks --- .github/workflows/notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 6806c49..3d736de 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -31,4 +31,4 @@ jobs: run: | poetry install --with dev - name: notebooks - run: poetry jupyter-book build notebooks + run: poetry run jupyter-book build notebooks \ No newline at end of file