Skip to content

Commit

Permalink
fix module actions
Browse files Browse the repository at this point in the history
  • Loading branch information
corentincarton committed Jul 23, 2024
1 parent d50a044 commit 5c47b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hpc-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if [ $MODULE_TAG != 'NOT_DEFINED' ]
then
modulemgr -f -o -m all tag hat $MODULE_VERSION $MODULE_TAG
modulemgr -f -m all tag -o hat $MODULE_VERSION $MODULE_TAG
fi
sbatch_options: |
Expand Down

0 comments on commit 5c47b9d

Please sign in to comment.