Skip to content

Commit 1ddda05

Browse files
committed
update doctest.yml to install control
1 parent d601d38 commit 1ddda05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/doctest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ jobs:
2727
- name: Install full dependencies
2828
shell: bash -l {0}
2929
run: |
30-
mamba install cvxopt pandas slycot
30+
mamba install cvxopt pandas slycot
31+
32+
- name: Install python-control from source
33+
run: |
34+
conda run -n doctest-env pip install .
3135
3236
- name: Run doctest
3337
shell: bash -l {0}

0 commit comments

Comments
 (0)