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]:'
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