File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : test -env
1+ name : doctest -env
22dependencies :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments