From d71088e1fa0941419390141f04691c2a203cc7a7 Mon Sep 17 00:00:00 2001 From: rexim Date: Wed, 6 Nov 2024 22:15:47 +0700 Subject: [PATCH] Revert "[ci] try to use CPython 2.7" This reverts commit 81d2625aea4d4e7d58d756210949b35e84b527a9. --- .github/workflows/autobahn.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/autobahn.yaml b/.github/workflows/autobahn.yaml index ec92ab2..8cbd6fe 100644 --- a/.github/workflows/autobahn.yaml +++ b/.github/workflows/autobahn.yaml @@ -8,7 +8,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - #python-version: 'pypy2.7' - python-version: '2.7' + python-version: 'pypy2.7' #- run: pip install -U pip - run: pip2 install autobahntestsuite==0.8.2