Skip to content

Commit

Permalink
[ci] is the module actually called virtualenv?
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 6, 2024
1 parent e442fd3 commit 9009915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobahn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
python-version: 'pypy2.7'
- run: pip install virtualenv
- run: python -m venv ./venv/
- run: python -m virtualenv ./venv/
- run: ./venv/bin/pip install autobahntestsuite==0.8.2
- run: ./venv/bin/wstest --help
#- run: wget https://downloads.python.org/pypy/pypy2.7-v7.3.17-linux64.tar.bz2
Expand Down

0 comments on commit 9009915

Please sign in to comment.