Skip to content

Commit 19f30be

Browse files
committed
Try to fix mkl-service / numpy / pytorch threading issue
1 parent 73ac18a commit 19f30be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pytests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ jobs:
254254
run: |
255255
rm -rf $HOME/pytest_plain
256256
mkdir $HOME/pytest_plain
257+
# attempt to work around mkl/numpy issue
258+
export MKL_THREADING_LAYER=GNU
257259
#
258260
export EXPYRE_PYTEST_SYSTEMS=github
259261
export WFL_PYTEST_BUILDCELL=$HOME/bin/buildcell
@@ -267,6 +269,8 @@ jobs:
267269
run: |
268270
rm -rf $HOME/pytest_cov
269271
mkdir $HOME/pytest_cov
272+
# attempt to work around mkl/numpy issue
273+
export MKL_THREADING_LAYER=GNU
270274
#
271275
export EXPYRE_PYTEST_SYSTEMS=github
272276
export WFL_PYTEST_BUILDCELL=$HOME/bin/buildcell

0 commit comments

Comments
 (0)