File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,10 @@ jobs:
176
176
177
177
# We want to make sure that all dependecies install automatically.
178
178
# intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
179
+ # TODO: remove pytest dependency directly, once resolved:
180
+ # https://github.com/pytest-dev/pytest/issues/12036
179
181
- name : Install builded package
180
- run : mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel::intel-opencl-rt pytest-cov conda-tree -c ${{ env.CHANNEL_PATH }}
182
+ run : mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel::intel-opencl-rt pytest-cov pytest=8.0.1 conda-tree -c ${{ env.CHANNEL_PATH }}
181
183
182
184
- name : Install numba-mlir
183
185
if : matrix.use_mlir
You can’t perform that action at this time.
0 commit comments