Skip to content

Commit 40d13b6

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
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'))))"

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/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)