Skip to content

Commit

Permalink
Make sure a module reset does not return an error
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Oct 16, 2024
1 parent 9465289 commit e937d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_eessi_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ jobs:
initial_env_file="initial_env.txt"
module_cycled_file="load_unload_cycle.txt"
# prepare Lmod
# prepare Lmod, including resetting it (even though this will likely return an error since we have no defaults)
export MODULEPATH=init/modules
module reset
module reset || true
module list
# Store the initial environment
Expand Down

0 comments on commit e937d5b

Please sign in to comment.