Skip to content

Commit 5deb165

Browse files
committed
test: show more info when running nightlies
1 parent b3aa805 commit 5deb165

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/python-nightly.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@ jobs:
5959
with:
6060
python-version: "${{ matrix.python-version }}"
6161

62-
- name: "Install dependencies"
62+
- name: "Show diagnostic info"
6363
run: |
6464
set -xe
6565
python -VV
6666
python -m site
67+
python -m coverage debug sys
68+
python -m coverage debug pybehave
69+
70+
- name: "Install dependencies"
71+
run: |
6772
python -m pip install -r requirements/tox.pip
6873
6974
- name: "Run tox"

0 commit comments

Comments
 (0)