Skip to content

Commit 727eb8e

Browse files
committed
set python version in .github/workflows/install_examples.yml
1 parent 7abb6e9 commit 727eb8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/install_examples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- name: Check out the python-control sources
1111
uses: actions/checkout@v3
12+
- name: Set up Python
13+
uses: actions/setup-python@v4
14+
with:
15+
python-version: '3.11'
1216
- name: Set up conda using the preinstalled GHA Miniconda
1317
run: echo $CONDA/bin >> $GITHUB_PATH
1418
- name: Install Python dependencies from conda-forge

0 commit comments

Comments
 (0)