Skip to content

Commit 8c5e9e0

Browse files
committed
Bind pytest version
1 parent 358e8bc commit 8c5e9e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,10 @@ jobs:
176176
177177
# We want to make sure that all dependecies install automatically.
178178
# 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
179181
- 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 }}
181183

182184
- name: Install numba-mlir
183185
if: matrix.use_mlir

0 commit comments

Comments
 (0)