try py3 for autobahn

This commit is contained in:
tersec 2023-06-01 17:08:24 +00:00
parent 6a29d71741
commit 494afadb86
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC

View File

@ -175,7 +175,7 @@ jobs:
max-parallel: 20 max-parallel: 20
matrix: matrix:
websock: [ws, wsc, wss, wssc] websock: [ws, wsc, wss, wssc]
branch: [version-1-2, version-1-4, version-1-6, devel] branch: [version-1-6, version-2-0, devel]
defaults: defaults:
run: run:
@ -198,14 +198,14 @@ jobs:
- name: Setup Python version - name: Setup Python version
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: pypy-2.7 python-version: pypy-3.7
- name: Setup Autobahn. - name: Setup Autobahn.
run: | run: |
sudo apt-get install -y python-dev sudo apt-get install -y python3-dev
pip install virtualenv pip install virtualenv
pip install markdown2 pip install markdown2
virtualenv --python=/usr/bin/python2 autobahn virtualenv --python=/usr/bin/python3 autobahn
source autobahn/bin/activate source autobahn/bin/activate
pip install autobahntestsuite pip install autobahntestsuite
nimble install -y --depsOnly nimble install -y --depsOnly