Skip to content

[ci] try to run install wstest #17

[ci] try to run install wstest

[ci] try to run install wstest #17

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: pip install autobahntestsuite==0.8.2
- run: wstest --help
#- run: python -m venv ./venv/