Skip to content

Commit 5a0e4fb

Browse files
authored
CI: Update license (#4372)
2 parents f8ecd84 + 1ff4eef commit 5a0e4fb

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.github/workflows/cpython_linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Linux_CPython_UnitTests
22

33
env:
4+
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
45
python.version: '3.10'
56
python.venv: 'testvenv'
67
# Following env vars when changed will "reset" the mentioned cache,

.github/workflows/full_documentation.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: FullDocumentation
44

55
env:
6+
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
67
python.version: '3.10'
78
python.venv: 'testvenv'
89
DOCUMENTATION_CNAME: 'aedt.docs.pyansys.com'

.github/workflows/ironpython.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
name: CI_Ironpython
44

5+
env:
6+
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
57

68
# Controls when the workflow will run
79
on:

.github/workflows/nightly-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- cron: '0 4 * * *'
77

88
env:
9+
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
910
DOCUMENTATION_CNAME: 'aedt.docs.pyansys.com'
1011
MEILISEARCH_API_KEY: ${{ secrets.MEILISEARCH_API_KEY }}
1112
MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}

.github/workflows/unit_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
env:
4+
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
45
python.version: '3.10'
56
python.venv: 'testvenv'
67
# Following env vars when changed will "reset" the mentioned cache,

0 commit comments

Comments
 (0)