From 58f26a391de0c265ffc18c26163ddc9bc37b8e52 Mon Sep 17 00:00:00 2001 From: rexim Date: Thu, 7 Nov 2024 01:17:13 +0700 Subject: [PATCH] Try to manually install pypy2.7 --- .github/workflows/autobahn.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autobahn.yaml b/.github/workflows/autobahn.yaml index ee4e01f..21a7ffd 100644 --- a/.github/workflows/autobahn.yaml +++ b/.github/workflows/autobahn.yaml @@ -11,5 +11,7 @@ jobs: python-version: '3.13' - run: pip install -U pip - run: pip install autobahntestsuite==0.8.2 - - run: wstest --help + - run: wget https://downloads.python.org/pypy/pypy2.7-v7.3.17-linux64.tar.bz2 + - run: tar fvx pypy2.7-v7.3.17-linux64.tar.bz2 + - run: ./pypy2.7-v7.3.17-linux64/bin/pypy $(which wstest) --help #- run: python -m venv ./venv/