Skip to content

[ci] install autobahntestsuite in venv and check wstest #25

[ci] install autobahntestsuite in venv and check wstest

[ci] install autobahntestsuite in venv and check wstest #25

Workflow file for this run

name: autobahn testsuit report
on: [push, pull_request]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
#- run: pip install -U pip
- run: python -m venv ./venv/
- run: source ./venv/bin/activate
- run: 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 $(which wstest) --help