Only use newer python versions for some tests - trying an alternative

This commit is contained in:
Alex Hall 2023-07-28 18:25:12 +02:00
parent bb6ab6db1f
commit c5e1bf2837

View File

@ -30,9 +30,8 @@ jobs:
- ':nbrowser-^[^A-S]:' - ':nbrowser-^[^A-S]:'
include: include:
- tests: ':lint:python:client:common:smoke:' - tests: ':lint:python:client:common:smoke:'
python-version: '3.10' node-version: 14.x
- tests: ':lint:python:client:common:smoke:' python-version: ['3.9', '3.10']
python-version: '3.11'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3