Skip to content

Commit cef4468

Browse files
committed
update windows CI
1 parent e1325c5 commit cef4468

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ env:
88
PACKAGE_NAME: mkl_fft
99
MODULE_NAME: mkl_fft
1010
TEST_ENV_NAME: test_mkl_fft
11-
11+
VER_SCRIPT1: "import json; f = open('ver.json', 'r'); j = json.load(f); f.close(); d = j['mkl_fft'][0];"
12+
VER_SCRIPT2: "print('='.join((d[s] for s in ('version', 'build'))))"
13+
1214
jobs:
1315
build:
1416
runs-on: ubuntu-latest

.github/workflows/conda-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ env:
88
PACKAGE_NAME: mkl_fft
99
MODULE_NAME: mkl_fft
1010
TEST_ENV_NAME: test_mkl_fft
11+
VER_SCRIPT1: "import json; f = open('ver.json', 'r'); j = json.load(f); f.close(); d = j['mkl_fft'][0];"
12+
VER_SCRIPT2: "print('='.join((d[s] for s in ('version', 'build'))))"
1113

1214
jobs:
1315
build:

0 commit comments

Comments
 (0)