Browse Source

Pypy in github actions

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.8.5
Erez Sh 5 years ago
parent
commit
f5cdde2f7a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/tests.yml

+ 1
- 1
.github/workflows/tests.yml View File

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]

steps:
- uses: actions/checkout@v2


Loading…
Cancel
Save