Skip to content

Commit c9e4064

Browse files
committed
hardcode python version in slycot-src workflow
1 parent 511ea46 commit c9e4064

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
path: python-control
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
16+
with:
17+
python-version: '3.11'
1618
- name: Install Python dependencies and test tools
1719
run: pip install -v './python-control[test]'
1820

0 commit comments

Comments
 (0)