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.
1 parent bb5a9d0 commit 3c0a493Copy full SHA for 3c0a493
.github/workflows/conda-package.yml
@@ -403,7 +403,7 @@ jobs:
403
conda install -n examples -y ninja $CHANNELS || exit 1
404
conda install -n examples -y pybind11 cython scikit-build $CHANNELS || exit 1
405
conda install -n examples -y mkl-dpcpp mkl-devel-dpcpp dpcpp_cpp_rt $CHANNELS || exit 1
406
- conda create -y -n build_env -c intel gcc_linux-64 gxx_linux-64 dpcpp_linux-64
+ conda create -y -n build_env -c intel gcc_linux-64 gxx_linux-64 dpcpp_linux-64 sysroot_linux-64">=2.28"
407
- name: Install dpctl
408
shell: bash -l {0}
409
run: |
0 commit comments