Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ jobs:
SYC_LAUNCH_CONTAINER: 1
SYC_IMAGE_TAG: ${{ env.SYC_IMAGE_VERSION }}
PYFLUENT_LAUNCH_CONTAINER: 1
PYFLUENT_CONTAINER_INSECURE_MODE: 1
FLUENT_IMAGE_TAG: ${{ env.FLUENT_IMAGE_VERSION }}
PYMAPDL_START_INSTANCE: FALSE
PYMAPDL_PORT: "50053"
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/635.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Build(deps-dev): bump ansys-fluent-core from 0.35.0 to 0.38.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ doc = [
"sphinxemoji==0.3.2",

# pyansys dependencies for sphinx gallery examples
"ansys-fluent-core==0.35.0",
"ansys-fluent-core==0.38.1",
# Explicit units dependency is to fix fluent runtime error
# TODO: try removing sometime - perhaps on next update
# of ansys-fluent-core
Expand Down
Loading