Skip to content

Commit ba9251b

Browse files
committed
checkout SLICOT submodule
1 parent b8b828e commit ba9251b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/control-slycot-src.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
3434
# Compile and install slycot
3535
git clone https://github.com/python-control/Slycot.git slycot
36-
cd slycot; python setup.py build_ext install -DBLA_VENDOR=Generic
36+
cd slycot
37+
git submodule update --init
38+
python setup.py build_ext install -DBLA_VENDOR=Generic
3739
3840
- name: Test with pytest
3941
run: xvfb-run --auto-servernum pytest control/tests

0 commit comments

Comments
 (0)