diff options
author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-05-26 20:12:17 +0200 |
---|---|---|
committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-05-26 20:12:17 +0200 |
commit | d7e1cef3e586c83ff047f9c64e3809d911b0483c (patch) | |
tree | a34cdfc8f5c22f0f6e7126a0122c4c97d8624004 | |
parent | 2a3b11cc3e84c7f75b4806fc3bac5c4515216bb3 (diff) | |
download | numpy-d7e1cef3e586c83ff047f9c64e3809d911b0483c.tar.gz |
TST: Try `pip` instead of `pip3`
-rw-r--r-- | .github/workflows/build_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 81158919d..cb36375ae 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -276,7 +276,7 @@ jobs: git config --global --add safe.directory /numpy cd /numpy && python3 setup.py install - python3 pip3 install -r ./test_requirements.txt + python3 pip install -r ./test_requirements.txt " docker commit the_build the_build - name: Run SIMD Tests |