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