Skip to content

Commit

Permalink
Revert switch to 242 for ci_release.yml (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Nov 21, 2023
1 parent 6944e20 commit ac3cd67
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
#* * * * *

env:
ANSYS_VERSION: 242
ANSYS_VERSION: 241
DOCUMENTATION_CNAME: 'dpf.docs.pyansys.com'
MAIN_PYTHON_VERSION: '3.9'

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
ANSYS_VERSION: "242"
ANSYS_VERSION: "241"
python_versions: '["3.9", "3.10", "3.11"]'
wheel: true
wheelhouse: true
Expand All @@ -93,7 +93,7 @@ jobs:
tests_any:
uses: ./.github/workflows/tests.yml
with:
ANSYS_VERSION: "242"
ANSYS_VERSION: "241"
python_versions: '["3.9", "3.10", "3.11"]'
wheel: true
wheelhouse: false
Expand All @@ -104,28 +104,19 @@ jobs:
docs:
uses: ./.github/workflows/docs.yml
with:
ANSYS_VERSION: "242"
ANSYS_VERSION: "241"
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
event_name: ${{ github.event_name }}
secrets: inherit

examples:
uses: ./.github/workflows/examples.yml
with:
ANSYS_VERSION: "242"
ANSYS_VERSION: "241"
python_versions: '["3.9", "3.10", "3.11"]'
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
secrets: inherit

retro_241:
name: "retro 241"
uses: ./.github/workflows/tests.yml
with:
ANSYS_VERSION: "241"
python_versions: '["3.9"]'
DOCSTRING: false
secrets: inherit

retro_232:
name: "retro 232"
uses: ./.github/workflows/tests.yml
Expand Down Expand Up @@ -153,15 +144,6 @@ jobs:
DOCSTRING: false
secrets: inherit

pydpf-post_242:
name: "PyDPF-Post with 242"
uses: ./.github/workflows/pydpf-post.yml
with:
ANSYS_VERSION: "242"
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
test_docstrings: "true"
secrets: inherit

pydpf-post_241:
name: "PyDPF-Post with 241"
uses: ./.github/workflows/pydpf-post.yml
Expand Down Expand Up @@ -196,15 +178,15 @@ jobs:
name: "Build and Test on Docker"
uses: ./.github/workflows/test_docker.yml
with:
ANSYS_VERSION: "242"
ANSYS_VERSION: "241"
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
secrets: inherit

docker_examples:
name: "Run examples on Docker"
uses: ./.github/workflows/examples_docker.yml
with:
ANSYS_VERSION: "242"
ANSYS_VERSION: "241"
python_versions: '["3.9", "3.10", "3.11"]'
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
secrets: inherit
Expand Down

0 comments on commit ac3cd67

Please sign in to comment.