Skip to content

Commit

Permalink
[ci] Try to install autobahn testsuite in pypy2.7 env
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 6, 2024
1 parent 8d3c0a8 commit 80d7970
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/autobahn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: autobahn testsuit report
on: [push, pull_request]

jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 'pypy2.7'
- run: pip install -U pip
- run: pip install autobahntestsuit==0.8.2

0 comments on commit 80d7970

Please sign in to comment.