Skip to content

Commit

Permalink
Switch from DPF 24.1 to 24.1.sp01 (#568)
Browse files Browse the repository at this point in the history
* Switch from DPF 24.1 to 24.1.sp01

* Fix expression
  • Loading branch information
PProfizi authored Jan 16, 2024
1 parent f6d21aa commit 5cf9608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
install_extras: plotting
wheel: false
standalone_suffix: ${{ matrix.ANSYS_VERSION == '241' && '.sp01' || '' }}

- name: "Prepare Testing Environment"
uses: ansys/pydpf-actions/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
standalone_branch_suffix:
description: 'Suffix of the branch on standalone'
required: false
default: '.pre0'
default: '.sp01'

#┌───────────── minute (0 - 59)
#│ ┌───────────── hour (0 - 23)
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
install_extras: plotting
wheel: true
wheelhouse: true
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.sp01' }}

- name: "Prepare Testing Environment"
uses: ansys/pydpf-actions/[email protected]
Expand Down Expand Up @@ -190,15 +190,15 @@ jobs:
with:
ANSYS_VERSION: '241'
python_versions: '["3.10"]'
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.sp01' }}
secrets: inherit

docs:
uses: ./.github/workflows/docs.yml
with:
ANSYS_VERSION: '241'
python_version: "3.10"
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.sp01' }}
event_name: ${{ github.event_name }}
secrets: inherit

Expand Down

0 comments on commit 5cf9608

Please sign in to comment.