Skip to content

Commit e9c0834

Browse files
author
khaled
committed
Dump conda env on ci
1 parent 1626afd commit e9c0834

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
conda list
3535
python -c "import numba_dpex; print(numba_dpex.__file__)"
3636
37+
- name: Dump Conda Environment
38+
run: |
39+
conda env export > /tmp/env.yml
40+
cat /tmp/env.yml
41+
3742
- name: Run tests with coverage
3843
run: |
3944
pytest -q -ra --disable-warnings --cov --cov-report term-missing --pyargs numba_dpex -vv

0 commit comments

Comments
 (0)