mirror of https://github.com/scrapy/scrapy.git
pypy3 adjustments
This commit is contained in:
parent
937c510a67
commit
2513db9aa6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue