Skip to content

Commit 8ef7568

Browse files
authored
Replace intel channel for Conda package action (#1921)
* Replace intel channel for conda package action * Add prompt comment to change
1 parent 53a7be3 commit 8ef7568

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ permissions: read-all
1111
env:
1212
PACKAGE_NAME: dpnp
1313
MODULE_NAME: dpnp
14-
CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'
14+
# Follow oneAPI installation instruction for conda, since intel channel is not longer available
15+
# CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'
16+
CHANNELS: '-c dppy/label/dev -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels'
1517
CONDA_BUILD_VERSION: '24.5.1'
1618
CONDA_INDEX_VERSION: '0.5.0'
1719
RUN_TESTS_MAX_ATTEMPTS: 2

0 commit comments

Comments
 (0)