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 ed7ffa7 commit 4bf3008Copy full SHA for 4bf3008
.github/workflows/build-with-clang.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Run mkl_umath tests (expect possible segfault)
87
run: |
88
source ${{ env.ONEAPI_ROOT }}/setvars.sh
89
- pip install pytest
+ pip install pytest"<8.4.3"
90
cd ..
91
ulimit -c unlimited
92
python -X faulthandler -m pytest -q --pyargs mkl_umath/mkl_umath/tests || echo "pytest exit code=$?"
0 commit comments