Skip to content

Commit affb0e4

Browse files
author
Diptorup Deb
committed
Switch workflows to not use intel channel.
1 parent e80fdd0 commit affb0e4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
PACKAGE_NAME: numba-dpex
1717
MODULE_NAME: numba_dpex
1818
# There is a separate action that removes defaults.
19-
CHANNELS: 'dppy/label/dev,conda-forge,intel,numba,nodefaults'
19+
CHANNELS: 'dppy/label/dev,conda-forge,https://software.repos.intel.com/python/conda,numba,nodefaults'
2020
VER_JSON_NAME: 'version.json'
2121
VER_SCRIPT1: "import json; f = open('version.json', 'r'); j = json.load(f); f.close(); "
2222
VER_SCRIPT2: "d = j['numba-dpex'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
@@ -170,7 +170,7 @@ jobs:
170170
# We want to make sure that all dependecies install automatically.
171171
# intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
172172
- name: Install built package
173-
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel::intel-opencl-rt -c ${{ env.CHANNEL_PATH }}
173+
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} https://software.repos.intel.com/python/conda::intel-opencl-rt -c ${{ env.CHANNEL_PATH }}
174174

175175
- name: Setup OpenCL CPU device
176176
if: runner.os == 'Windows'

environment/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: dev
22
channels:
33
- dppy/label/dev
44
- numba
5-
- intel
5+
- https://software.repos.intel.com/python/conda
66
- conda-forge
77
- nodefaults
88
dependencies:
99
- libffi
1010
- gxx_linux-64
1111
- dpcpp_linux-64>=2024.0,!=2024.0.1,!=2024.0.2
12-
- numba==0.58*
12+
- numba==0.59*
1313
- dpctl
1414
- dpnp
1515
- dpcpp-llvm-spirv

environment/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dpex-docs-dev
22
channels:
33
- dppy/label/dev
44
- numba
5-
- intel
5+
- https://software.repos.intel.com/python/conda
66
- conda-forge
77
- nodefaults
88
dependencies:

environment/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dev
22
channels:
33
- dppy/label/dev
44
- numba
5-
- intel
5+
- https://software.repos.intel.com/python/conda
66
- conda-forge
77
- nodefaults
88
dependencies:

0 commit comments

Comments
 (0)