From fc8262cf4770ab83ed9d18cb167c8a955804e39b Mon Sep 17 00:00:00 2001 From: Andrei Stoian Date: Wed, 20 Nov 2024 14:59:07 +0100 Subject: [PATCH] fix: revert python in CI tests --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index b2acdde7c..70f25a881 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -211,7 +211,7 @@ jobs: LINUX_PYTHON_VERSIONS="${{ inputs.linux_python_versions }}" MACOS_PYTHON_VERSIONS="${{ inputs.macos_python_versions }}" elif [[ "${BUILD_TYPE}" == "pr" ]]; then - LINUX_PYTHON_VERSIONS="3.12" + LINUX_PYTHON_VERSIONS="3.8" MACOS_PYTHON_VERSIONS="" elif [[ "${BUILD_TYPE}" == "weekly" ]]; then LINUX_PYTHON_VERSIONS="3.8 3.9 3.10 3.11 3.12"