You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ jobs:
41
41
steps:
42
42
- uses: actions/checkout@v6
43
43
- uses: eessi/github-action-eessi@v3
44
+
with:
45
+
eessi_stack_version: '2025.06'
44
46
- name: Test EESSI
45
47
run: |
46
48
module avail
@@ -65,7 +67,10 @@ jobs:
65
67
## Optional Parameters
66
68
The following parameters are supported:
67
69
- `eessi_stack_version`: version of the EESSI stack to use (defaults to `2023.06`)
68
-
- `eessi_config_package`: location of the EESSI CernVM-FS configuration package (defaults to `https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb`).
70
+
- `eessi_repositories`: Comma separated list of EESSI repositories to make available (defaults to `software.eessi.io,dev.eessi.io`).
71
+
- `use_eessi_module`: Use the Lmod method to initialise EESSI (defaults to `true`)
72
+
- `mount_cvmfs_only`: Only mount the EESSI CernVM-FS repositories, do not initialise EESSI (defaults to `false`)
73
+
- `init_direnv`: Initialise direnv for the repository (defaults to `true`)
69
74
<!--For macOS this parameter is required (e.g., `https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.pkg`) -->
0 commit comments