Skip to content

Commit 82acbcf

Browse files
Pysindy default branch has changed
1 parent 4d484ab commit 82acbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pysindy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pip install -r examples/requirements.txt
4949
pip install nbconvert
5050
- name: "Install most current pysindy"
51-
run: pip install "pysindy[sbr,cvxpy,miosr] @ git+https://github.com/dynamicslab/pysindy@master"
51+
run: pip install "pysindy[sbr,cvxpy,miosr] @ git+https://github.com/dynamicslab/pysindy"
5252
- name: "Run notebooks"
5353
run: |
5454
jupyter nbconvert --execute --to notebook --inplace ${{ matrix.files }}

0 commit comments

Comments
 (0)