We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1325c5 commit cef4468Copy full SHA for cef4468
.github/workflows/conda-package-cf.yml
@@ -8,7 +8,9 @@ env:
8
PACKAGE_NAME: mkl_fft
9
MODULE_NAME: mkl_fft
10
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'))))"
13
+
14
jobs:
15
build:
16
runs-on: ubuntu-latest
.github/workflows/conda-package.yml
@@ -8,6 +8,8 @@ env:
0 commit comments