We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1626afd commit e9c0834Copy full SHA for e9c0834
.github/workflows/coverage.yml
@@ -34,6 +34,11 @@ jobs:
34
conda list
35
python -c "import numba_dpex; print(numba_dpex.__file__)"
36
37
+ - name: Dump Conda Environment
38
+ run: |
39
+ conda env export > /tmp/env.yml
40
+ cat /tmp/env.yml
41
+
42
- name: Run tests with coverage
43
run: |
44
pytest -q -ra --disable-warnings --cov --cov-report term-missing --pyargs numba_dpex -vv
0 commit comments