mirror of https://github.com/ecmwf/eccodes.git
fix bamboo unload metview
This commit is contained in:
parent
be95eba19e
commit
31893ceeba
|
@ -6,4 +6,6 @@ if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
|||
fi
|
||||
module unload grib_api
|
||||
module unload eccodes
|
||||
module unload metview
|
||||
|
||||
module switch gnu clang
|
||||
|
|
Loading…
Reference in New Issue