From 541a83877b1f02934244aca048594d7d0bbfda03 Mon Sep 17 00:00:00 2001 From: Jake <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:39:45 +0000 Subject: [PATCH] CI: Add notebook dependencies to run --- .github/workflows/notebooks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index e49cfa075..1c6d9d844 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -32,7 +32,7 @@ jobs: python-version: "3.9" - name: Install dependencies run: | - pip install .[cvxpy,miosr] sympy + pip install .[cvxpy,miosr] sympy nbconvert jupyter run-notebooks: needs: [find-notebooks,setup-python] @@ -44,4 +44,4 @@ jobs: steps: - name: output results run: | - echo ${{ matrix.files }} + jupyter nbconvert --execute ${{ matrix.files }}