Skip to content

Commit

Permalink
Try to manually install pypy2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 6, 2024
1 parent e2ce626 commit 58f26a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autobahn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 58f26a3

Please sign in to comment.