10000 hardcode python version in slycot-src workflow · python-control/python-control@c9e4064 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9e4064

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)
0