Skip to content

[ci] try to properly activate venv #27

[ci] try to properly activate venv

[ci] try to properly activate venv #27

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: |
wget https://downloads.python.org/pypy/pypy2.7-v7.3.17-linux64.tar.bz2

Check failure on line 14 in .github/workflows/autobahn.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/autobahn.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14
tar fvx pypy2.7-v7.3.17-linux64.tar.bz2
- run: python -m venv ./venv/
- run: |
source ./venv/bin/activate
pip install autobahntestsuite==0.8.2
./pypy2.7-v7.3.17-linux64/bin/pypy $(which wstest) --help