mirror of
https://github.com/status-im/nim-websock.git
synced 2025-02-13 01:46:49 +00:00
try py3 for autobahn
This commit is contained in:
parent
6a29d71741
commit
494afadb86
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user