Skip to content

Commit e28b62e

Browse files
committed
Bump doctest and sylcot-src actions to python312
1 parent c17e3a0 commit e28b62e

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/conda-env/doctest-env.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
name: test-env
1+
name: doctest-env
22
dependencies:
3-
- conda-build # for conda index
43
- pip
5-
- coverage
6-
- coveralls
74
- pytest
8-
- pytest-cov
95
- pytest-timeout
106
- pytest-xvfb
117
- numpy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.11'
17+
python-version: '3.12'
1818
- name: Install Python dependencies and test tools
1919
run: pip install -v './python-control[test]'
2020

.github/workflows/doctest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Setup Conda
1616
uses: conda-incubator/setup-miniconda@v2
1717
with:
18-
python-version: 3.11
19-
activate-environment: test-env
18+
python-version: 3.12
19+
activate-environment: doctest-env
2020
environment-file: .github/conda-env/doctest-env.yml
2121
miniforge-version: latest
2222
miniforge-variant: Mambaforge
@@ -32,8 +32,6 @@ jobs:
3232
3333
- name: Run doctest
3434
shell: bash -l {0}
35-
env:
36-
MPLBACKEND: ${{ matrix.mplbackend }}
3735
working-directory: doc
3836
run: |
3937
make html

0 commit comments

Comments
 (0)