update PR tests
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-10.15]
|
os: [ubuntu-18.04, macos-10.15]
|
||||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
|
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -59,8 +59,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python-version: 3.5
|
|
||||||
env: py35-setup
|
|
||||||
- python-version: 3.6
|
- python-version: 3.6
|
||||||
env: py36-setup
|
env: py36-setup
|
||||||
- python-version: 3.7
|
- python-version: 3.7
|
||||||
@@ -69,6 +67,8 @@ jobs:
|
|||||||
env: py38-setup
|
env: py38-setup
|
||||||
- python-version: 3.9
|
- python-version: 3.9
|
||||||
env: py39-setup
|
env: py39-setup
|
||||||
|
- python-version: '3.10'
|
||||||
|
env: py39-setup
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user