Skip to content

Commit 4e5f7d7

Browse files
authored
Update python-package-conda.yml
1 parent a097e5f commit 4e5f7d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
jobs:
1212
build:
13+
env:
14+
MKL_THREADING_LAYER :'GNU'
1315
strategy:
1416
matrix:
1517
os: [ubuntu-22.04]
@@ -29,6 +31,8 @@ jobs:
2931
run: |
3032
# $CONDA is an environment variable pointing to the root of the miniconda directory
3133
echo $CONDA/bin >> $GITHUB_PATH
34+
- name: Add MKL_THREADING_LAYER variable
35+
run: echo "::set-env name=MKL_THREADING_LAYER::GNU"
3236
- name: Install dependencies
3337
run: |
3438
conda env update --file environment.yml --name base --solver=classic

0 commit comments

Comments
 (0)