Skip to content

Commit 1a9595f

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

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,8 +27,12 @@ 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
3131
32+
- name: Install python-control from source
33+
run: |
34+
conda run -n doctest-env pip install .
35+
3236
- name: Run doctest
3337
shell: bash -l {0}
3438
working-directory: doc

0 commit comments

Comments
 (0)