Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/fluent-mechanical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
PYMECHANICAL_PORT: 10000
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER )}}
PYANSYS_WORKFLOWS_CI: true
ANSYS_RELEASE_FOR_DOCS: 25.1
ANSYS_RELEASE_FOR_DOCS: 25.2
PYMECHANICAL_START_INSTANCE: false

jobs:
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }}
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }}
steps:

- name: Checkout code
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }}
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }}
steps:

- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/geometry-mechanical-dpf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER )}}
PYANSYS_WORKFLOWS_CI: true
ANSYS_RELEASE_FOR_DOCS: 25.1
ANSYS_RELEASE_FOR_DOCS: 25.2

jobs:

Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }}
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }}
steps:

- name: Checkout code
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }}
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }}
container:
image: 'ghcr.io/ansys/mechanical:${{ matrix.ansys-release }}.0'
options: --entrypoint /bin/bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/geometry-mesh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
PYPRIMEMESH_LAUNCH_CONTAINER: 1
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER )}}
ANSYS_RELEASE_FOR_DOCS: 25.1
ANSYS_RELEASE_FOR_DOCS: 25.2

jobs:
is-only-docs-required:
Expand All @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }}
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }}
steps:

- name: Checkout code
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }}
ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }}
steps:

- name: Checkout code
Expand Down
3 changes: 0 additions & 3 deletions geometry-mechanical-dpf/requirements_24.1.txt

This file was deleted.

4 changes: 4 additions & 0 deletions geometry-mechanical-dpf/requirements_25.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ansys-geometry-core[all]==0.11.0
ansys-mechanical-core==0.11.34
ansys-dpf-core[plotting]==14.1
ansys-tools-visualization-interface<0.10
2 changes: 1 addition & 1 deletion geometry-mesh-fluent/requirements_24.1.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ansys-geometry-core[all]==0.7.6
ansys-fluent-core==0.35.0
ansys-fluent-core==0.35.0
2 changes: 0 additions & 2 deletions geometry-mesh/requirements_24.1.txt

This file was deleted.

4 changes: 4 additions & 0 deletions geometry-mesh/requirements_25.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ansys-geometry-core[all]==0.11.0
ansys-meshing-prime==0.9.1
numpy<2.3
ansys-tools-visualization-interface<0.10
Loading