diff options
author | mattip <matti.picus@gmail.com> | 2020-11-02 10:25:54 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-11-02 10:25:54 +0200 |
commit | cefad82eaf08b9d905a710a751cc445df6b2a8e7 (patch) | |
tree | adb3c2fa5ae8686995e22952285576d6a6d4dde7 /tools | |
parent | 9bc70e740253b4314ccce42bcd29c8f24875d704 (diff) | |
download | numpy-cefad82eaf08b9d905a710a751cc445df6b2a8e7.tar.gz |
TST: use a more standard workflow for PyPy
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/pypy-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pypy-test.sh b/tools/pypy-test.sh index 32b7968d8..e6c6ae719 100755 --- a/tools/pypy-test.sh +++ b/tools/pypy-test.sh @@ -28,8 +28,8 @@ include_dirs = $target/lib:$LIB runtime_library_dirs = $target/lib EOF -echo getting PyPy 3.6-v7.3.1 -wget -q https://downloads.python.org/pypy/pypy3.6-v7.3.1-linux64.tar.bz2 -O pypy.tar.bz2 +echo getting PyPy 3.6-v7.3.2 +wget -q https://downloads.python.org/pypy/pypy3.6-v7.3.2-linux64.tar.bz2 -O pypy.tar.bz2 mkdir -p pypy3 (cd pypy3; tar --strip-components=1 -xf ../pypy.tar.bz2) pypy3/bin/pypy3 -mensurepip |