summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBas van Beek <43369155+BvB93@users.noreply.github.com>2022-05-26 18:29:36 +0200
committerBas van Beek <43369155+BvB93@users.noreply.github.com>2022-05-26 18:55:48 +0200
commit938637664b9b67fae3c5e5a318f254ca045b1fe9 (patch)
treebb22d3966d3dc6159067b0948bfe0f02e65db3b5 /.github
parentf3fd03f37044930eb04c0625ad54ef58306a5576 (diff)
downloadnumpy-938637664b9b67fae3c5e5a318f254ca045b1fe9.tar.gz
TST: Ensure that `test_requirements` is always installed
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index dd4dff07c..5e8f289e1 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -281,7 +281,7 @@ jobs:
- name: Run SIMD Tests
run: |
docker run --rm --interactive -v $(pwd):/numpy the_build /bin/bash -c "
- cd /numpy && python3 runtests.py -n -v -- -k test_simd
+ cd /numpy && python3 pip3 install -r ./test_requirements.txt && python3 runtests.py -n -v -- -k test_simd
"
sde_simd_avx512_test: