Skip to content

Commit 22e55cf

Browse files
CI: Also install nbconvert before running
1 parent fabf2d0 commit 22e55cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pysindy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
with:
4545
python-version: "3.10"
4646
- name: Install dependencies
47-
run: pip install -r examples/requirements.txt
47+
run: |
48+
pip install -r examples/requirements.txt
49+
pip install nbconvert
4850
- name: "Install most current pysindy"
4951
run: pip install "pysindy[sbr,cvxpy,miosr] @ git+https://github.com/dynamicslab/pysindy@master"
5052
- name: "Run notebooks"

0 commit comments

Comments
 (0)