Skip to content

Commit

Permalink
Switch workflows to not use intel channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
diptorupd committed Jul 20, 2024
1 parent e80fdd0 commit 0549fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
PACKAGE_NAME: numba-dpex
MODULE_NAME: numba_dpex
# There is a separate action that removes defaults.
CHANNELS: 'dppy/label/dev,conda-forge,intel,numba,nodefaults'
CHANNELS: 'dppy/label/dev,conda-forge,https://software.repos.intel.com/python/conda,numba,nodefaults'
VER_JSON_NAME: 'version.json'
VER_SCRIPT1: "import json; f = open('version.json', 'r'); j = json.load(f); f.close(); "
VER_SCRIPT2: "d = j['numba-dpex'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
Expand Down
4 changes: 2 additions & 2 deletions environment/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: dev
channels:
- dppy/label/dev
- numba
- intel
- https://software.repos.intel.com/python/conda
- conda-forge
- nodefaults
dependencies:
- libffi
- gxx_linux-64
- dpcpp_linux-64>=2024.0,!=2024.0.1,!=2024.0.2
- numba==0.58*
- numba==0.60*
- dpctl
- dpnp
- dpcpp-llvm-spirv
Expand Down

0 comments on commit 0549fa1

Please sign in to comment.