We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6737d4 commit 02c8e34Copy full SHA for 02c8e34
1 file changed
.github/workflows/conda-package.yml
@@ -6,7 +6,7 @@ env:
6
PACKAGE_NAME: mkl_random
7
MODULE_NAME: mkl_random
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'))))"
+ VER_SCRIPT2: "d = j['mkl_random'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
10
11
jobs:
12
build_linux:
@@ -86,7 +86,7 @@ jobs:
86
- name: Install conda-build
87
run: conda install conda-build
88
- name: Build conda package
89
- run: conda build --no-test --python ${{ matrix.python }} -c intel -c defaults --override-channels conda-recipe
+ run: conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
90
- name: Upload artifact
91
uses: actions/upload-artifact@v4
92
with:
0 commit comments