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 71de9a5 commit d50a044
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/hpc-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ jobs:
module load python3
PYTHONUSERBASE=$PREFIX pip3 install --user git+https://github.com/ecmwf/hat.git@${HAT_BRANCH}
HAT_VERSION=$(PYTHONPATH=$PYTHONPATH:$PREFIX python3 -c 'import hat; print(hat._version.__version__)')
module unload python3
cat > $PREFIX/README.txt << EOF
-- [hat] ($HAT_VERSION) [$HAT_VERSION]
EOF
software-sync -s local -p hat
module load modulemgr
modulemgr -f -m all sync hat
Expand Down

0 comments on commit d50a044

Please sign in to comment.