We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabf2d0 commit 22e55cfCopy full SHA for 22e55cf
1 file changed
.github/workflows/pysindy.yml
@@ -44,7 +44,9 @@ jobs:
44
with:
45
python-version: "3.10"
46
- name: Install dependencies
47
- run: pip install -r examples/requirements.txt
+ run: |
48
+ pip install -r examples/requirements.txt
49
+ pip install nbconvert
50
- name: "Install most current pysindy"
51
run: pip install "pysindy[sbr,cvxpy,miosr] @ git+https://github.com/dynamicslab/pysindy@master"
52
- name: "Run notebooks"
0 commit comments