Skip to content
Draft
Changes from 1 commit
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
Next Next commit
dbg(ci): use old license server
  • Loading branch information
jorgepiloto committed Jul 11, 2025
commit 61cf466b0572c2157e3a9d917badb9e9d0b01cf8
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
DOCUMENTATION_CNAME: "fluent.docs.pyansys.com"
PACKAGE_NAME: "ansys-fluent-core"
PACKAGE_NAMESPACE: "ansys.fluent.core"
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.OLD_LICENSE_SERVER) }}
MAIN_PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.12"
PYFLUENT_TIMEOUT_FORCE_EXIT: 30
Expand Down
Loading