From c5e1bf283719f2083d432d2078ab0442cf259d47 Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Fri, 28 Jul 2023 18:25:12 +0200 Subject: [PATCH] Only use newer python versions for some tests - trying an alternative --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e4aebc1..7f0f4ad7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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