Skip to content

Commit a228ba0

Browse files
committed
debug
1 parent dd61690 commit a228ba0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,4 @@ jobs:
7777
# mkl_umath cannot be installed in editable mode, we need
7878
# to change directory before importing it and running tests
7979
cd ..
80-
export MKL_THREADING_LAYER=SEQUENTIAL
81-
python -m pytest -sv --pyargs mkl_umath/mkl_umath/tests
80+
pytest -s -v --pyargs mkl_umath/mkl_umath/tests

0 commit comments

Comments
 (0)