From 6a9ff0c785300b001127a71e847583cff215710a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Fonseca?= Date: Tue, 13 Sep 2022 12:55:01 +0200 Subject: [PATCH] fix(ci): only run e2e tests on py 3.7 --- .github/workflows/run-e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-e2e-tests.yml b/.github/workflows/run-e2e-tests.yml index 8bea436f208..7786903e218 100644 --- a/.github/workflows/run-e2e-tests.yml +++ b/.github/workflows/run-e2e-tests.yml @@ -28,8 +28,8 @@ jobs: strategy: matrix: # Maintenance: disabled until we discover concurrency lock issue with multiple versions and tmp - version: ["3.7", "3.8", "3.9"] - # version: ["3.7"] + # version: ["3.7", "3.8", "3.9"] + version: ["3.7"] steps: - name: "Checkout" uses: actions/checkout@v3