From 838cfec4b505e0743b7ff8558a5c5bba6bfd96ec Mon Sep 17 00:00:00 2001 From: alexPatrie Date: Mon, 4 Mar 2024 12:07:26 -0500 Subject: [PATCH] fix: added pip installer --- .github/workflows/fixNotebooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fixNotebooks.yaml b/.github/workflows/fixNotebooks.yaml index 5899e9363..0f0ef921d 100644 --- a/.github/workflows/fixNotebooks.yaml +++ b/.github/workflows/fixNotebooks.yaml @@ -28,4 +28,5 @@ jobs: with: working-directory: ${{ github.workspace }} run: | + python -m pip install . python -c "from biosimulator_processes.utils import fix_notebooks_execution_count; fix_notebooks_execution_count(); exit();"