Skip to content

Commit 78b9c16

Browse files
committed
TEMPORARY give "pip list" in "pytest" CI workflow
1 parent d311964 commit 78b9c16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ jobs:
137137
working-directory: message_ix
138138
shell: Rscript {0}
139139

140+
# For debugging
141+
- run: pip list
142+
140143
- name: Run test suite using pytest
141144
env:
142145
# For test_cli.test_dl; see code in message_ix.cli.dl

0 commit comments

Comments
 (0)