Skip to content

Commit

Permalink
WIP: Try using pyansys action
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Feb 29, 2024
1 parent 5134ffd commit 8cad781
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:

env:
MAIN_PYTHON_VERSION: '3.10'
# TODO: For some reasons, 3.10 and 3.11 are not working. We should be aligned with the main python version.
MAIN_PYTHON_VERSION_WINDOWS: '3.9'
PACKAGE_NAME: 'pyaedt-examples'

concurrency:
Expand Down Expand Up @@ -85,9 +83,10 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python ${{ env.MAIN_PYTHON_VERSION_WINDOWS }}
uses: actions/setup-python@v5
uses: ansys/actions/_setup-python@v5
with:
python-version: ${{ env.MAIN_PYTHON_VERSION_WINDOWS }}
python-version: ${{ env.MAIN_PYTHON_VERSION }}
use-cache: false

- name: Create virtual environment
run: |
Expand Down

0 comments on commit 8cad781

Please sign in to comment.