We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b828e commit ba9251bCopy full SHA for ba9251b
1 file changed
.github/workflows/control-slycot-src.yml
@@ -33,7 +33,9 @@ jobs:
33
34
# Compile and install slycot
35
git clone https://github.com/python-control/Slycot.git slycot
36
- cd slycot; python setup.py build_ext install -DBLA_VENDOR=Generic
+ cd slycot
37
+ git submodule update --init
38
+ python setup.py build_ext install -DBLA_VENDOR=Generic
39
40
- name: Test with pytest
41
run: xvfb-run --auto-servernum pytest control/tests
0 commit comments