We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd61690 commit a228ba0Copy full SHA for a228ba0
.github/workflows/build-with-clang.yml
@@ -77,5 +77,4 @@ jobs:
77
# mkl_umath cannot be installed in editable mode, we need
78
# to change directory before importing it and running tests
79
cd ..
80
- export MKL_THREADING_LAYER=SEQUENTIAL
81
- python -m pytest -sv --pyargs mkl_umath/mkl_umath/tests
+ pytest -s -v --pyargs mkl_umath/mkl_umath/tests
0 commit comments