From 494afadb86628fc365693f9faa3d61b95990bad8 Mon Sep 17 00:00:00 2001 From: tersec Date: Thu, 1 Jun 2023 17:08:24 +0000 Subject: [PATCH] try py3 for autobahn --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec033726..16ae7dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: max-parallel: 20 matrix: 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: run: @@ -198,14 +198,14 @@ jobs: - name: Setup Python version uses: actions/setup-python@v2 with: - python-version: pypy-2.7 + python-version: pypy-3.7 - name: Setup Autobahn. run: | - sudo apt-get install -y python-dev + sudo apt-get install -y python3-dev pip install virtualenv pip install markdown2 - virtualenv --python=/usr/bin/python2 autobahn + virtualenv --python=/usr/bin/python3 autobahn source autobahn/bin/activate pip install autobahntestsuite nimble install -y --depsOnly