Skip to content

Commit

Permalink
CI: install nbconvert before running
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Nov 7, 2024
1 parent e8b061b commit 30f4dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pysindy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
with:
python-version: "3.10"
- name: Install dependencies
run: pip install -r examples/requirements.txt
run: |
pip install -r examples/requirements.txt
pip install nbconvert
- name: "Install most current pysindy"
run: pip install "pysindy[sbr,cvxpy,miosr] @ git+https://github.com/dynamicslab/pysindy@master"
- name: "Run notebooks"
Expand Down

0 comments on commit 30f4dcd

Please sign in to comment.