mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Only use newer python versions for some tests
This commit is contained in:
parent
39d03a142a
commit
bb6ab6db1f
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
# even when there is a failure.
|
# even when there is a failure.
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.9", "3.10", "3.11"]
|
python-version: [3.9]
|
||||||
node-version: [14.x]
|
node-version: [14.x]
|
||||||
tests:
|
tests:
|
||||||
- ':lint:python:client:common:smoke:'
|
- ':lint:python:client:common:smoke:'
|
||||||
@ -28,6 +28,11 @@ jobs:
|
|||||||
- ':nbrowser-^[M-O]:'
|
- ':nbrowser-^[M-O]:'
|
||||||
- ':nbrowser-^[P-S]:'
|
- ':nbrowser-^[P-S]:'
|
||||||
- ':nbrowser-^[^A-S]:'
|
- ':nbrowser-^[^A-S]:'
|
||||||
|
include:
|
||||||
|
- tests: ':lint:python:client:common:smoke:'
|
||||||
|
python-version: '3.10'
|
||||||
|
- tests: ':lint:python:client:common:smoke:'
|
||||||
|
python-version: '3.11'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user