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 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
1111jobs :
1212 build_linux :
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 :
You can’t perform that action at this time.
0 commit comments