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.
intel
Conda package
1 parent 53a7be3 commit 8ef7568Copy full SHA for 8ef7568
.github/workflows/conda-package.yml
@@ -11,7 +11,9 @@ permissions: read-all
11
env:
12
PACKAGE_NAME: dpnp
13
MODULE_NAME: dpnp
14
- CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'
+ # 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'
17
CONDA_BUILD_VERSION: '24.5.1'
18
CONDA_INDEX_VERSION: '0.5.0'
19
RUN_TESTS_MAX_ATTEMPTS: 2
0 commit comments