Skip to content

Commit

Permalink
[ci] work with venv directly instead of activating it
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 6, 2024
1 parent bf28111 commit 7244299
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/autobahn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
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
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
- run: ./venv/bin/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 ./venv/bin/wstest --help

0 comments on commit 7244299

Please sign in to comment.