Skip to content

Commit

Permalink
CI: Try using self installed version
Browse files Browse the repository at this point in the history
Note: Seems like using a "valid" version was not enough as the action still fails when extracting the file.
  • Loading branch information
SMoraisAnsys authored Feb 29, 2024
1 parent f3eb6f1 commit 77767af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 77767af

Please sign in to comment.