File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1212 PACKAGE_NAME : mkl_fft
1313 MODULE_NAME : mkl_fft
1414 TEST_ENV_NAME : test_mkl_fft
15-
15+ VER_SCRIPT1 : " import json; f = open('ver.json', 'r'); j = json.load(f); f.close(); d = j['mkl_fft'][0];"
16+ VER_SCRIPT2 : " print('='.join((d[s] for s in ('version', 'build'))))"
17+
1618jobs :
1719 build :
1820 runs-on : ubuntu-latest
@@ -232,6 +234,7 @@ jobs:
232234 - name : Collect dependencies
233235 shell : cmd /C CALL {0}
234236 run : |
237+ @ECHO ON
235238 IF NOT EXIST ver.json (
236239 copy /Y ${{ env.workdir }}\ver.json .
237240 )
Original file line number Diff line number Diff line change 1212 PACKAGE_NAME : mkl_fft
1313 MODULE_NAME : mkl_fft
1414 TEST_ENV_NAME : test_mkl_fft
15+ VER_SCRIPT1 : " import json; f = open('ver.json', 'r'); j = json.load(f); f.close(); d = j['mkl_fft'][0];"
16+ VER_SCRIPT2 : " print('='.join((d[s] for s in ('version', 'build'))))"
1517
1618jobs :
1719 build :
@@ -230,6 +232,7 @@ jobs:
230232 - name : Collect dependencies
231233 shell : cmd /C CALL {0}
232234 run : |
235+ @ECHO ON
233236 IF NOT EXIST ver.json (
234237 copy /Y ${{ env.workdir }}\ver.json .
235238 )
You can’t perform that action at this time.
0 commit comments