We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b4c3e commit 61cf466Copy full SHA for 61cf466
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ env:
26
DOCUMENTATION_CNAME: "fluent.docs.pyansys.com"
27
PACKAGE_NAME: "ansys-fluent-core"
28
PACKAGE_NAMESPACE: "ansys.fluent.core"
29
- ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
+ ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.OLD_LICENSE_SERVER) }}
30
MAIN_PYTHON_VERSION: "3.10"
31
PYTHON_VERSION: "3.12"
32
PYFLUENT_TIMEOUT_FORCE_EXIT: 30
0 commit comments