Skip to content

Commit

Permalink
[ci] can you just install virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 6, 2024
1 parent 32872fc commit e442fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autobahn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 'pypy2.7'
- run: pip install virtualenv
- run: python -m venv ./venv/
- run: ./venv/bin/pip install autobahntestsuite==0.8.2
- run: ./venv/bin/wstest --help
Expand Down

0 comments on commit e442fd3

Please sign in to comment.