pypy3 adjustments

This commit is contained in:
Eugenio Lacuesta 2020-12-11 21:24:50 -03:00
parent 937c510a67
commit 2513db9aa6
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ jobs:
- name: Run check
env: ${{ matrix.env }}
run: |
if [[ ! -z "$PYPY_VERSION" ]]; then
if ([[ ! -z "$PYPY_VERSION" ]]); then
export PYPY_VERSION="pypy$PYPY_VERSION-linux64"
wget "https://downloads.python.org/pypy/${PYPY_VERSION}.tar.bz2"
tar -jxf ${PYPY_VERSION}.tar.bz2