File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
PACKAGE_NAME : mkl_random
7
7
MODULE_NAME : mkl_random
8
8
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'))))"
10
10
11
11
jobs :
12
12
build_linux :
86
86
- name : Install conda-build
87
87
run : conda install conda-build
88
88
- 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
90
90
- name : Upload artifact
91
91
uses : actions/upload-artifact@v4
92
92
with :
You can’t perform that action at this time.
0 commit comments