Skip to content

Commit

Permalink
CI: Add notebook dependencies to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Feb 5, 2024
1 parent cf58dcb commit 65c944a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebooks.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: "3.9"
- name: Install dependencies
run: |
pip install .[cvxpy,miosr] sympy
pip install .[cvxpy,miosr] sympy nbconvert
run-notebooks:
needs: [find-notebooks,setup-python]
Expand All @@ -44,4 +44,4 @@ jobs:
steps:
- name: output results
run: |
echo ${{ matrix.files }}
jupyter nbconvert --execute ${{ matrix.files }}

0 comments on commit 65c944a

Please sign in to comment.