Skip to content

Commit 02c8e34

Browse files
Do not use defaults in conda-build argument
dpctl->mkl_random in dictionary key
1 parent f6737d4 commit 02c8e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
PACKAGE_NAME: mkl_random
77
MODULE_NAME: mkl_random
88
VER_SCRIPT1: "import json; f = open('ver.json', 'r'); j = json.load(f); f.close(); "
9-
VER_SCRIPT2: "d = j['dpctl'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
9+
VER_SCRIPT2: "d = j['mkl_random'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
1010

1111
jobs:
1212
build_linux:
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install conda-build
8787
run: conda install conda-build
8888
- name: Build conda package
89-
run: conda build --no-test --python ${{ matrix.python }} -c intel -c defaults --override-channels conda-recipe
89+
run: conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
9090
- name: Upload artifact
9191
uses: actions/upload-artifact@v4
9292
with:

0 commit comments

Comments
 (0)