From aaeb44ffe5f3adba7a11f1b903f927525b2637d8 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Mon, 12 Jun 2023 11:06:33 +0200 Subject: [PATCH] Revert switch to 241 in ci_release.yml --- .github/workflows/ci_release.yml | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index f163b49fe9f..fded96b819d 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -24,6 +24,7 @@ on: #* * * * * env: + ANSYS_VERSION: 232 DOCUMENTATION_CNAME: 'dpf.docs.pyansys.com' MAIN_PYTHON_VERSION: '3.8' @@ -56,7 +57,7 @@ jobs: tests: uses: ./.github/workflows/tests.yml with: - ANSYS_VERSION: "241" + ANSYS_VERSION: "232" python_versions: '["3.7", "3.8", "3.9", "3.10"]' wheel: true wheelhouse: true @@ -66,7 +67,7 @@ jobs: docs: uses: ./.github/workflows/docs.yml with: - ANSYS_VERSION: "241" + ANSYS_VERSION: "232" standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} event_name: ${{ github.event_name }} secrets: inherit @@ -74,20 +75,11 @@ jobs: examples: uses: ./.github/workflows/examples.yml with: - ANSYS_VERSION: "241" + ANSYS_VERSION: "232" python_versions: '["3.7", "3.8", "3.9", "3.10"]' standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} secrets: inherit - retro_232: - name: "retro 232" - uses: ./.github/workflows/tests.yml - with: - ANSYS_VERSION: "232" - python_versions: '["3.8"]' - DOCSTRING: false - secrets: inherit - retro_231: name: "retro 231" uses: ./.github/workflows/tests.yml @@ -115,14 +107,6 @@ jobs: DOCSTRING: false secrets: inherit - pydpf-post_241: - name: "PyDPF-Post with 241" - uses: ./.github/workflows/pydpf-post.yml - with: - ANSYS_VERSION: "241" - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }} - secrets: inherit - pydpf-post_232: name: "PyDPF-Post with 232" uses: ./.github/workflows/pydpf-post.yml