We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d484ab commit 82acbcfCopy full SHA for 82acbcf
1 file changed
.github/workflows/pysindy.yml
@@ -48,7 +48,7 @@ jobs:
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"
+ run: pip install "pysindy[sbr,cvxpy,miosr] @ git+https://github.com/dynamicslab/pysindy"
52
- name: "Run notebooks"
53
run: |
54
jupyter nbconvert --execute --to notebook --inplace ${{ matrix.files }}
0 commit comments