Skip to content

Commit fabf2d0

Browse files
CI: Install correct pysindy
1 parent 9f690a6 commit fabf2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pysindy.yml

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

0 commit comments

Comments
 (0)