From 03ec4743e10ef90392a6ff7bc9a0185692c5dfcf Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Thu, 27 Jul 2023 11:14:12 +0200 Subject: [PATCH] Switch ci_release.yml to 2024.1.pre0 --- .github/workflows/ci_release.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index bf298d87c..e9c27bb70 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -56,6 +56,8 @@ jobs: strategy: fail-fast: false matrix: + ANSYS_VERSION: ["241"] + suffix: [".pre0"] python-version: ["3.7", "3.8", "3.9", "3.10"] os: ["windows-latest", "ubuntu-latest"] @@ -73,14 +75,14 @@ jobs: uses: ansys/pydpf-actions/build_package@v2.3 with: python-version: ${{ matrix.python-version }} - ANSYS_VERSION: '241' + ANSYS_VERSION: ${{ matrix.ANSYS_VERSION }} PACKAGE_NAME: ${{env.PACKAGE_NAME}} MODULE: ${{env.MODULE}} dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}} install_extras: plotting wheel: true wheelhouse: true - standalone_suffix: '' + standalone_suffix: ${{ matrix.suffix }} - name: "Prepare Testing Environment" uses: ansys/pydpf-actions/prepare_tests@v2.3 @@ -191,14 +193,14 @@ jobs: with: ANSYS_VERSION: '241' python_versions: '["3.10"]' - standalone_suffix: '' + standalone_suffix: '.pre0' secrets: inherit docs: uses: ./.github/workflows/docs.yml with: ANSYS_VERSION: '241' - standalone_suffix: '' + standalone_suffix: '.pre0' event_name: ${{ github.event_name }} secrets: inherit