Skip to content

Commit

Permalink
[ci] go back to pypy2.7 but know with venv
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 6, 2024
1 parent 7244299 commit 32872fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/autobahn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
#- run: pip install -U pip
python-version: 'pypy2.7'
- run: python -m venv ./venv/
- run: ./venv/bin/pip install autobahntestsuite==0.8.2
- 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 ./venv/bin/wstest --help
- run: ./venv/bin/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 ./venv/bin/wstest --help

0 comments on commit 32872fc

Please sign in to comment.