Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 7700458

Browse files
Replace use of -c intel with other channel
1 parent e8d5d1f commit 7700458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
source $CONDA/etc/profile.d/conda.sh
44-
conda create -n build_kde_setuptools python=3.10 dpctl -c dppy/label/dev -c intel -c conda-forge --override-channels
44+
conda create -n build_kde_setuptools python=3.10 dpctl -c dppy/label/dev -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
4545
conda activate build_kde_setuptools
4646
pip install --no-cache-dir cython pybind11 pytest cmake ninja
4747
conda list
@@ -92,7 +92,7 @@ jobs:
9292
- name: Install dependencies
9393
run: |
9494
source $CONDA/etc/profile.d/conda.sh
95-
conda create -n build_kde_skbuild python=3.10 dpctl -c dppy/label/dev -c intel -c conda-forge --override-channels
95+
conda create -n build_kde_skbuild python=3.10 dpctl -c dppy/label/dev -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
9696
conda activate build_kde_skbuild
9797
pip install --no-cache-dir cython scikit-build pybind11 pytest cmake ninja
9898
conda list

0 commit comments

Comments
 (0)