File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
MODULE_NAME : dpctl
12
12
VER_SCRIPT1 : " import json; f = open('ver.json', 'r'); j = json.load(f); f.close(); "
13
13
VER_SCRIPT2 : " d = j['dpctl'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
14
+ NUMPY_BUILD_VER : 1.19
14
15
15
16
jobs :
16
17
build_linux :
45
46
- name : Build conda package
46
47
run : |
47
48
CHANNELS="-c defaults -c intel --override-channels"
48
- VERSIONS="--python ${{ matrix.python }}"
49
+ VERSIONS="--python= ${{ matrix.python }} --numpy=${{ env.NUMPY_BUILD_VER }}"
49
50
TEST="--no-test"
50
51
conda build \
51
52
$TEST \
89
90
- name : Install conda-build
90
91
run : conda install conda-build
91
92
- name : Build conda package
92
- run : conda build --no-test --python ${{ matrix.python }} -c defaults -c intel --override-channels conda-recipe
93
+ run : conda build --no-test --python= ${{ matrix.python }} --numpy=${{ env.NUMPY_BUILD_VER }} -c defaults -c intel --override-channels conda-recipe
93
94
- name : Upload artifact
94
95
uses : actions/upload-artifact@v2
95
96
with :
You can’t perform that action at this time.
0 commit comments