diff options
author | mattip <matti.picus@gmail.com> | 2020-11-25 19:52:14 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-11-25 19:52:14 +0200 |
commit | aeb0dcfda0ac52f679f93be29f8ff7742d8be324 (patch) | |
tree | 5f267421edba4dfb2ba6f620195e0e84e38b53e5 /.github/workflows | |
parent | 24a470494ebf452931ae9b7bf94689dfcca1fff0 (diff) | |
download | numpy-aeb0dcfda0ac52f679f93be29f8ff7742d8be324.tar.gz |
TST: use latest pypy37 not pypy36
Diffstat (limited to '.github/workflows')
-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 d38ae0934..21d9227eb 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -184,7 +184,7 @@ jobs: fetch-depth: 0 - name: get_pypy run: | - wget -q https://downloads.python.org/pypy/pypy3.6-v7.3.2-linux64.tar.bz2 -O pypy.tar.bz2 + wget -q https://downloads.python.org/pypy/pypy3.7-v7.3.3-linux64.tar.bz2 -O pypy.tar.bz2 mkdir -p pypy3 (cd pypy3; tar --strip-components=1 -xf ../pypy.tar.bz2) pypy3/bin/pypy3 -mensurepip |