diff options
-rw-r--r-- | .github/workflows/build_test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 5e8f289e1..81158919d 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -276,12 +276,13 @@ jobs: git config --global --add safe.directory /numpy cd /numpy && python3 setup.py install + python3 pip3 install -r ./test_requirements.txt " docker commit the_build the_build - name: Run SIMD Tests run: | docker run --rm --interactive -v $(pwd):/numpy the_build /bin/bash -c " - cd /numpy && python3 pip3 install -r ./test_requirements.txt && python3 runtests.py -n -v -- -k test_simd + cd /numpy && python3 runtests.py -n -v -- -k test_simd " sde_simd_avx512_test: |