Skip to content

Commit 574846c

Browse files
committed
CI: Show tox config for debugging
1 parent 22e8b94 commit 574846c

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/misc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@ jobs:
3232
python-version: 3
3333
- name: Display Python version
3434
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 }}
3539
- name: Run check
3640
run: pipx run tox -e ${{ matrix.check }}

.github/workflows/pre-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
run: |
6262
python -m pip install --upgrade pip
6363
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 }}
6468
- name: Run tox
6569
run: tox
6670
env:

.github/workflows/stable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ jobs:
152152
run: |
153153
python -m pip install --upgrade pip
154154
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 }}
155159
- name: Run tox
156160
run: tox
157161
env:

0 commit comments

Comments
 (0)