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

Commit a6e5c08

Browse files
Do not use main channel, use dppy/label/dev, intel and conda-forge
1 parent a3493b7 commit a6e5c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install dependencies
4040
run: |
41-
conda install dpctl -c dppy/label/dev
41+
conda install python=3.10 dpctl -c dppy/label/dev -c intel -c conda-forge --override-channels
4242
pip install --no-cache-dir cython scikit-build pybind11 pytest cmake ninja
4343
conda list
4444

0 commit comments

Comments
 (0)