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 - trying an alternative
This commit is contained in:
parent
bb6ab6db1f
commit
c5e1bf2837
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -30,9 +30,8 @@ jobs:
|
||||
- ':nbrowser-^[^A-S]:'
|
||||
include:
|
||||
- tests: ':lint:python:client:common:smoke:'
|
||||
python-version: '3.10'
|
||||
- tests: ':lint:python:client:common:smoke:'
|
||||
python-version: '3.11'
|
||||
node-version: 14.x
|
||||
python-version: ['3.9', '3.10']
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user