From 77767afc68188a20c68372d5babc37357e4843cf Mon Sep 17 00:00:00 2001 From: SMoraisAnsys <146729917+SMoraisAnsys@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:17:00 +0100 Subject: [PATCH] CI: Try using self installed version Note: Seems like using a "valid" version was not enough as the action still fails when extracting the file. --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ad1413d7b..60b9c3e55 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -15,7 +15,7 @@ env: MAIN_PYTHON_VERSION: '3.10' # Some versions are not available in windows, so we need to specify which one to use on windows self-hosted runners # see (https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json) - MAIN_PYTHON_VERSION_WINDOWS: '3.10.11' + MAIN_PYTHON_VERSION_WINDOWS: '3.10.8' PACKAGE_NAME: 'pyaedt-examples' concurrency: