Skip to content

Commit

Permalink
Try to fix mkl-service / numpy / pytorch threading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Dec 4, 2024
1 parent 73ac18a commit 19f30be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ jobs:
run: |
rm -rf $HOME/pytest_plain
mkdir $HOME/pytest_plain
# attempt to work around mkl/numpy issue
export MKL_THREADING_LAYER=GNU
#
export EXPYRE_PYTEST_SYSTEMS=github
export WFL_PYTEST_BUILDCELL=$HOME/bin/buildcell
Expand All @@ -267,6 +269,8 @@ jobs:
run: |
rm -rf $HOME/pytest_cov
mkdir $HOME/pytest_cov
# attempt to work around mkl/numpy issue
export MKL_THREADING_LAYER=GNU
#
export EXPYRE_PYTEST_SYSTEMS=github
export WFL_PYTEST_BUILDCELL=$HOME/bin/buildcell
Expand Down

0 comments on commit 19f30be

Please sign in to comment.