Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 49fccac

Browse files
committed
[ci] install autobahntestsuite in venv and check wstest
1 parent 9b4fd3d commit 49fccac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/autobahn.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
- uses: actions/setup-python@v5
1010
with:
1111
python-version: '3.13'
12-
- run: pip install -U pip
12+
#- run: pip install -U pip
13+
- run: python -m venv ./venv/
14+
- run: source ./venv/bin/activate
1315
- run: pip install autobahntestsuite==0.8.2
1416
- run: wget https://downloads.python.org/pypy/pypy2.7-v7.3.17-linux64.tar.bz2
1517
- run: tar fvx pypy2.7-v7.3.17-linux64.tar.bz2
16-
- run: python -m venv ./venv/
17-
#- run: ./pypy2.7-v7.3.17-linux64/bin/pypy $(which wstest) --help
18+
- run: ./pypy2.7-v7.3.17-linux64/bin/pypy $(which wstest) --help

0 commit comments

Comments
 (0)