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
|
needs: lint
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ ubuntu-latest ]
|
||||||
pyver: [3.6, 3.7, 3.8, 3.9, pypy3]
|
pyver: [ 3.6, 3.7, 3.8, 3.9, pypy3 ]
|
||||||
redismod: ["preview"] # Removed "edge" because it's broken currently
|
redismod: [ "preview" ] # Removed "edge" because it's broken currently
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
@ -152,7 +152,6 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
uses: snok/install-poetry@v1
|
uses: snok/install-poetry@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue