We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abb6e9 commit 727eb8eCopy full SHA for 727eb8e
.github/workflows/install_examples.yml
@@ -9,6 +9,10 @@ jobs:
9
steps:
10
- name: Check out the python-control sources
11
uses: actions/checkout@v3
12
+ - name: Set up Python
13
+ uses: actions/setup-python@v4
14
+ with:
15
+ python-version: '3.11'
16
- name: Set up conda using the preinstalled GHA Miniconda
17
run: echo $CONDA/bin >> $GITHUB_PATH
18
- name: Install Python dependencies from conda-forge
0 commit comments