Commit 3030fbc4 authored by Jens Vagelpohl's avatar Jens Vagelpohl

- missing commas

parent 33f2f695
...@@ -24,10 +24,10 @@ jobs: ...@@ -24,10 +24,10 @@ jobs:
- ["3.7", "py37-mtacceptor"] - ["3.7", "py37-mtacceptor"]
- ["3.7", "py37-mtacceptor-msgpack1"] - ["3.7", "py37-mtacceptor-msgpack1"]
- ["3.7", "py37-uvloop"] - ["3.7", "py37-uvloop"]
- ["pypy" "pypy"] - ["pypy", "pypy"]
- ["pypy3" "pypy3"] - ["pypy3", "pypy3"]
- ["pypy3" "pypy3-mtacceptor"] - ["pypy3", "pypy3-mtacceptor"]
- ["pypy3" "pypy3-mtacceptor-msgpack1"] - ["pypy3", "pypy3-mtacceptor-msgpack1"]
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: ${{ matrix.config[1] }} name: ${{ matrix.config[1] }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment