Skip to content

Commit

Permalink
[TEMP] Use mpas_tools v1.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jan 29, 2025
1 parent fe92eb2 commit c27fa8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def build_conda_env(env_type, recreate, mpi, conda_mpi, version,
if env_type == 'test_release':
# for a test release, we will be the compass package from the dev label
channels = channels + ['-c e3sm/label/compass_dev']
channels = ['-c conda-forge/label/mpas_tools_dev'] + channels
channels = channels + ['-c e3sm/label/compass']

channels = f'--override-channels {" ".join(channels)}'
Expand Down
2 changes: 1 addition & 1 deletion conda/compass_env/spec-file.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matplotlib-base >=3.9.1
metis
moab >=5.5.1
moab=*={{ mpi_prefix }}_tempest_*
mpas_tools=1.0.0
mpas_tools=1.0.0rc1
nco
netcdf4=*=nompi_*
numpy >=2.0,<3.0
Expand Down

0 comments on commit c27fa8a

Please sign in to comment.