File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 32
32
python-version : 3
33
33
- name : Display Python version
34
34
run : python -c "import sys; print(sys.version)"
35
+ - name : Show tox config
36
+ run : pipx run tox c
37
+ - name : Show tox config (this call)
38
+ run : pipx run tox c -e ${{ matrix.check }}
35
39
- name : Run check
36
40
run : pipx run tox -e ${{ matrix.check }}
Original file line number Diff line number Diff line change 61
61
run : |
62
62
python -m pip install --upgrade pip
63
63
python -m pip install tox tox-gh-actions
64
+ - name : Show tox config
65
+ run : pipx run tox c
66
+ env :
67
+ DEPENDS : ${{ matrix.dependencies }}
64
68
- name : Run tox
65
69
run : tox
66
70
env :
Original file line number Diff line number Diff line change @@ -152,6 +152,10 @@ jobs:
152
152
run : |
153
153
python -m pip install --upgrade pip
154
154
python -m pip install tox tox-gh-actions
155
+ - name : Show tox config
156
+ run : pipx run tox c
157
+ env :
158
+ DEPENDS : ${{ matrix.dependencies }}
155
159
- name : Run tox
156
160
run : tox
157
161
env :
You can’t perform that action at this time.
0 commit comments