Fix yaml for CI #blessed
This commit is contained in:
parent
60dc986947
commit
ca48b222f3
1 changed files with 136 additions and 137 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -70,9 +70,9 @@ jobs:
|
|||
needs: lint
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
pyver: [3.6, 3.7, 3.8, 3.9, pypy3]
|
||||
redismod: ["preview"] # Removed "edge" because it's broken currently
|
||||
os: [ ubuntu-latest ]
|
||||
pyver: [ 3.6, 3.7, 3.8, 3.9, pypy3 ]
|
||||
redismod: [ "preview" ] # Removed "edge" because it's broken currently
|
||||
fail-fast: false
|
||||
services:
|
||||
redis:
|
||||
|
@ -152,7 +152,6 @@ jobs:
|
|||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue