Skip to content

Commit

Permalink
Payu 1.1.3 deployment (#27)
Browse files Browse the repository at this point in the history
* Update payu to 1.1.3 and add nco, pytest, openssh dependencies
* Update modules: Disable including libraries from ~/.local
  • Loading branch information
jo-basevi authored Apr 12, 2024
1 parent ebe7e95 commit c26c5bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ channels:
- conda-forge
dependencies:
# note that the deployment requires a specific version of 'accessnri::payu' to run
- accessnri::payu==1.1
- accessnri::payu==1.1.3
- coecms::f90nml
- conda-lock
- conda-pack
- gh
- git
- nco
- pytest
- openssh>=8.3
5 changes: 4 additions & 1 deletion modules/.common
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ foreach line $lines {
setenv $key $value
}

setenv LC_ALL en_AU.utf8
setenv LC_ALL en_AU.utf8

# Disable including libraries from ~/.local
setenv PYTHONNOUSERSITE x

0 comments on commit c26c5bb

Please sign in to comment.