Skip to content

Commit

Permalink
Merge pull request #1366 from IntelPython/hotfix/pytest_windows_call
Browse files Browse the repository at this point in the history
Pin pytest to 8.0.1
  • Loading branch information
ZzEeKkAa authored Feb 26, 2024
2 parents 358e8bc + 8c5e9e0 commit 53588b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,10 @@ jobs:
# We want to make sure that all dependecies install automatically.
# intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
# TODO: remove pytest dependency directly, once resolved:
# https://github.com/pytest-dev/pytest/issues/12036
- 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 }}
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 }}

- name: Install numba-mlir
if: matrix.use_mlir
Expand Down

0 comments on commit 53588b5

Please sign in to comment.