Update ci.yaml
This commit is contained in:
parent
35c7625dcb
commit
d0fc1ed673
|
@ -6,7 +6,6 @@ jobs:
|
||||||
test:
|
test:
|
||||||
name: Tests
|
name: Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: ${{ matrix.experimental }}
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
|
@ -14,10 +13,7 @@ jobs:
|
||||||
- 3.7
|
- 3.7
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
experimental: [false]
|
- 3.10.0-alpha - 3.10.0
|
||||||
include:
|
|
||||||
- python-version: 3.10.0-alpha - 3.10.0
|
|
||||||
experimental: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue