8000 TST: Ensure that `test_requirements` is always installed · rjeb/numpy@9386376 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9386376

Browse files
committed
TST: Ensure that test_requirements is always installed
1 parent f3fd03f commit 9386376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
- name: Run SIMD Tests
282282
run: |
283283
docker run --rm --interactive -v $(pwd):/numpy the_build /bin/bash -c "
284-
cd /numpy && python3 runtests.py -n -v -- -k test_simd
284+
cd /numpy && python3 pip3 install -r ./test_requirements.txt && python3 runtests.py -n -v -- -k test_simd
285285
"
286286
287287
sde_simd_avx512_test:

0 commit comments

Comments
 (0)
0