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 321df84 commit 70cacb7Copy full SHA for 70cacb7
.github/workflows/conda-package.yml
@@ -378,6 +378,7 @@ jobs:
378
source $CONDA/etc/profile.d/conda.sh
379
conda install -y pybind11 cython scikit-build ninja cmake>=3.22
380
conda install -y -c intel mkl-dpcpp mkl-devel-dpcpp numba-dppy
381
+ const list
382
conda create -y -n build_env -c intel dpcpp_linux-64
383
- name: Build and run examples with native extensions
384
shell: bash -l {0}
0 commit comments