Skip to content

Commit

Permalink
[ci] try to use CPython 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 6, 2024
1 parent 89cf342 commit 81d2625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autobahn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 'pypy2.7'
#python-version: 'pypy2.7'
python-version: '2.7'
#- run: pip install -U pip
- run: pip2 install autobahntestsuite==0.8.2

0 comments on commit 81d2625

Please sign in to comment.