Skip to content

Commit 4bf3008

Browse files
committed
Install pytest 8.4.2
1 parent ed7ffa7 commit 4bf3008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Run mkl_umath tests (expect possible segfault)
8787
run: |
8888
source ${{ env.ONEAPI_ROOT }}/setvars.sh
89-
pip install pytest
89+
pip install pytest"<8.4.3"
9090
cd ..
9191
ulimit -c unlimited
9292
python -X faulthandler -m pytest -q --pyargs mkl_umath/mkl_umath/tests || echo "pytest exit code=$?"

0 commit comments

Comments
 (0)