File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 matrix :
1111 # Add the appropriate Tox environments for the satellite here
1212 toxenv :
13- # - py36
14- - py38
13+ # - py36
14+ - py38
1515 include :
16- # Adjust the Python versions required for the tox environments as
16+ # Adjust the Python versions required for the tox environments as
1717 # needed
1818 # - toxenv: py36
19- # python-version: 3.6
19+ # python-version: 3.6
2020 - toxenv : py38
2121 python-version : 3.8
2222
2626 fetch-depth : 0
2727
2828 - name : Set up Python
29- uses : actions/setup-python@v1
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
3838 - name : Run back-end tests
3939 run : |
4040 tox
41- env :
41+ env :
4242 TOXENV : ${{ matrix.toxenv }}
You can’t perform that action at this time.
0 commit comments