Skip to content

Commit

Permalink
Merge pull request #24307 from r-devulap/ci-spr
Browse files Browse the repository at this point in the history
CI: Cannot run `intel_spr_sde_test` on Intel SDE
  • Loading branch information
charris committed Jul 31, 2023
2 parents d99dd6d + ed4f091 commit 6cd87d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,4 +442,6 @@ jobs:
# Using pytest directly, unable to use python runtests.py -n -t ...
- name: Run linalg/ufunc/umath tests
run: |
sde -spr -- python -m pytest numpy/core/tests/test_umath* numpy/core/tests/test_ufunc.py numpy/linalg/tests/test_*
python -m pytest numpy/core/tests/test_umath* numpy/core/tests/test_ufunc.py numpy/linalg/tests/test_*
# Can't run on SDE just yet: see https://github.com/numpy/numpy/issues/23545#issuecomment-1659047365
#sde -spr -- python -m pytest numpy/core/tests/test_umath* numpy/core/tests/test_ufunc.py numpy/linalg/tests/test_*

0 comments on commit 6cd87d9

Please sign in to comment.