Skip to content

Commit

Permalink
dpctl->mkl_random in dictionary key
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 9, 2024
1 parent 523cd74 commit ef210d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
PACKAGE_NAME: mkl_random
MODULE_NAME: mkl_random
VER_SCRIPT1: "import json; f = open('ver.json', 'r'); j = json.load(f); f.close(); "
VER_SCRIPT2: "d = j['dpctl'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
VER_SCRIPT2: "d = j['mkl_random'][0]; print('='.join((d[s] for s in ('version', 'build'))))"

jobs:
build_linux:
Expand Down

0 comments on commit ef210d2

Please sign in to comment.