File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- name : test -env
1
+ name : doctest -env
2
2
dependencies :
3
- - conda-build # for conda index
4
3
- pip
5
- - coverage
6
- - coveralls
7
4
- pytest
8
- - pytest-cov
9
5
- pytest-timeout
10
6
- pytest-xvfb
11
7
- numpy
Original file line number Diff line number Diff line change 14
14
- name : Set up Python
15
15
uses : actions/setup-python@v4
16
16
with :
17
- python-version : ' 3.11 '
17
+ python-version : ' 3.12 '
18
18
- name : Install Python dependencies and test tools
19
19
run : pip install -v './python-control[test]'
20
20
Original file line number Diff line number Diff line change 15
15
- name : Setup Conda
16
16
uses : conda-incubator/setup-miniconda@v2
17
17
with :
18
- python-version : 3.11
19
- activate-environment : test -env
18
+ python-version : 3.12
19
+ activate-environment : doctest -env
20
20
environment-file : .github/conda-env/doctest-env.yml
21
21
miniforge-version : latest
22
22
miniforge-variant : Mambaforge
32
32
33
33
- name : Run doctest
34
34
shell : bash -l {0}
35
- env :
36
- MPLBACKEND : ${{ matrix.mplbackend }}
37
35
working-directory : doc
38
36
run : |
39
37
make html
You can’t perform that action at this time.
0 commit comments