File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ jobs:
170
170
pip install -e .
171
171
pip install --pre -U polyagamma
172
172
python --version
173
+ conda list
173
174
- name : Run tests
174
175
run : |
175
176
conda activate pymc-test
@@ -244,6 +245,7 @@ jobs:
244
245
pip install -e .
245
246
pip install --pre -U polyagamma
246
247
python --version
248
+ conda list
247
249
- name : Run tests
248
250
# This job uses a cmd shell, therefore the environment variable syntax is different!
249
251
# The ">-" in the next line replaces newlines with spaces (see https://stackoverflow.com/a/66809682).
@@ -326,6 +328,7 @@ jobs:
326
328
conda activate pymc-test
327
329
pip install -e .
328
330
python --version
331
+ conda list
329
332
- name : Run tests
330
333
run : |
331
334
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:
394
397
conda activate pymc-test
395
398
pip install -e .
396
399
python --version
400
+ conda list
397
401
- name : Run tests
398
402
run : |
399
403
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:
463
467
pip install -e .
464
468
pip install --pre -U polyagamma
465
469
python --version
470
+ conda list
466
471
- name : Run tests
467
472
# This job uses a cmd shell, therefore the environment variable syntax is different!
468
473
# The ">-" in the next line replaces newlines with spaces (see https://stackoverflow.com/a/66809682).
You can’t perform that action at this time.
0 commit comments