File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 18
18
VER_JSON_NAME : ' version.json'
19
19
VER_SCRIPT1 : " import json; f = open('version.json', 'r'); j = json.load(f); f.close(); "
20
20
VER_SCRIPT2 : " d = j['numba-dpex'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
21
+ PYTHONIOENCODING : ' utf-8'
21
22
22
23
jobs :
23
24
build :
@@ -172,7 +173,7 @@ jobs:
172
173
# We want to make sure that all dependecies install automatically.
173
174
# intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
174
175
- name : Install builded package
175
- run : mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel::intel-opencl-rt pytest-cov -c ${{ env.CHANNEL_PATH }}
176
+ run : mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel::intel-opencl-rt pytest-cov conda-tree -c ${{ env.CHANNEL_PATH }}
176
177
177
178
- name : Install numba-mlir
178
179
if : matrix.use_mlir
@@ -199,6 +200,9 @@ jobs:
199
200
run : |
200
201
python -c "import dpcpp_llvm_spirv as p; print(p.get_llvm_spirv_path())"
201
202
203
+ - name : Check dependency tree
204
+ run : conda-tree depends -t numba-dpex
205
+
202
206
- name : Smoke test
203
207
env :
204
208
NUMBA_DPEX_USE_MLIR : ${{ matrix.use_mlir && '1' || '0' }}
You can’t perform that action at this time.
0 commit comments