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.
2 parents 358e8bc + 8c5e9e0 commit 53588b5Copy full SHA for 53588b5
.github/workflows/conda-package.yml
@@ -176,8 +176,10 @@ jobs:
176
177
# We want to make sure that all dependecies install automatically.
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
181
- name: Install builded package
- 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 }}
183
184
- name: Install numba-mlir
185
if: matrix.use_mlir
0 commit comments