Skip to content

Commit

Permalink
Merge pull request #37 from ACCESS-NRI/stable
Browse files Browse the repository at this point in the history
Retry stable...
  • Loading branch information
rbeucher authored Jul 9, 2023
2 parents edaa4d1 + d145639 commit 11ee4cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- scipy
- h5py
- numba
- esmvaltool>=2.9 # Pin esmvaltool version to 2.9
- esmvaltool>=2.8,<2.9 # Pin esmvaltool version to 2.8
- esmvaltool-python
- esmvaltool-ncl
- scikit-image
Expand All @@ -55,7 +55,7 @@ dependencies:
- mpi4py
- esmf
- esmpy
- xesmf>=0.7.1
- xesmf
- xarray
- shapely
- cf_xarray
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export APPS_OWNERS_GROUP=xp65_w

### Version settings
export ENVIRONMENT=access-med
export VERSION_TO_MODIFY=0.2
export VERSION_TO_MODIFY=0.1
export STABLE_VERSION=0.1
export UNSTABLE_VERSION=0.2
export FULLENV="${ENVIRONMENT}-${VERSION_TO_MODIFY}"
Expand Down

0 comments on commit 11ee4cd

Please sign in to comment.