File tree Expand file tree Collapse file tree 2 files changed +5
-20
lines changed Expand file tree Collapse file tree 2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
PACKAGE_NAME : dpnp
11
11
MODULE_NAME : dpnp
12
- VER_SCRIPT1 : " import json; f = open('ver.json', 'r'); j = json.load(f); f.close(); "
13
- VER_SCRIPT2 : " d = j['dpnp'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
12
+ CHANNELS : ' -c dppy/label/dev -c intel -c defaults --override-channels'
14
13
15
14
jobs :
16
15
build_linux :
66
65
run : conda install conda-build
67
66
68
67
- name : Build conda package
69
- run : ./scripts/build_conda_package.sh ${{ matrix.python }} $GITHUB_WORKSPACE/oneDPL
68
+ run : conda build --no-test --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
69
+ env :
70
+ DPLROOT : ' ${{ github.workspace }}/oneDPL'
70
71
71
72
- name : Upload artifact
72
73
uses : actions/upload-artifact@v2
@@ -127,7 +128,7 @@ jobs:
127
128
run : conda install conda-build
128
129
129
130
- name : Build conda package
130
- run : conda build --no-test --python ${{ matrix.python }} -c dppy/label/dev -c intel -c defaults --override-channels conda-recipe
131
+ run : conda build --no-test --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
131
132
env :
132
133
DPLROOT : ' %GITHUB_WORKSPACE%\oneDPL'
133
134
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments