Skip to content

Commit 966a78c

Browse files
ricardoV94michaelosthege
authored andcommitted
Print installed packages in CI
1 parent 43b40de commit 966a78c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
pip install -e .
171171
pip install --pre -U polyagamma
172172
python --version
173+
conda list
173174
- name: Run tests
174175
run: |
175176
conda activate pymc-test
@@ -244,6 +245,7 @@ jobs:
244245
pip install -e .
245246
pip install --pre -U polyagamma
246247
python --version
248+
conda list
247249
- name: Run tests
248250
# This job uses a cmd shell, therefore the environment variable syntax is different!
249251
# The ">-" in the next line replaces newlines with spaces (see https://stackoverflow.com/a/66809682).
@@ -326,6 +328,7 @@ jobs:
326328
conda activate pymc-test
327329
pip install -e .
328330
python --version
331+
conda list
329332
- name: Run tests
330333
run: |
331334
python -m pytest -vv --cov=pymc --cov-report=xml --no-cov-on-fail --cov-report term --durations=50 $TEST_SUBSET
@@ -394,6 +397,7 @@ jobs:
394397
conda activate pymc-test
395398
pip install -e .
396399
python --version
400+
conda list
397401
- name: Run tests
398402
run: |
399403
python -m pytest -vv --cov=pymc --cov-report=xml --no-cov-on-fail --cov-report term --durations=50 $TEST_SUBSET
@@ -463,6 +467,7 @@ jobs:
463467
pip install -e .
464468
pip install --pre -U polyagamma
465469
python --version
470+
conda list
466471
- name: Run tests
467472
# This job uses a cmd shell, therefore the environment variable syntax is different!
468473
# The ">-" in the next line replaces newlines with spaces (see https://stackoverflow.com/a/66809682).

0 commit comments

Comments
 (0)