Skip to content

suite_info fix

suite_info fix #947

Triggered via pull request March 24, 2026 19:00
Status Failure
Total duration 48s
Artifacts

ci_run_scm_ufs_replay.yml

on: pull_request
run_scm_ufs_replay
44s
run_scm_ufs_replay
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
run_scm_ufs_replay
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
run_scm_ufs_replay
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: conda-incubator/setup-miniconda@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
run_scm_ufs_replay
NoChannelsConfiguredError: No channels are configured. Conda requires at least one channel to search for packages. You have attempted to install: numpy, f90nml, netcdf4, xarray, xesmf, python, shapely To fix this issue, you may do one of the following: 1. Add a channel for this command: conda install -c <your-channel> numpy, f90nml, netcdf4, xarray, xesmf, python, shapely 2. Configure channels permanently: conda config --append channels <your-channel> 3. Create or modify your .condarc file to include channels. For more information, visit: https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html#channel-locations-channels and https://docs.conda.io/projects/conda/en/stable/user-guide/concepts/channels.html#specifying-channels-when-installing-packages
run_scm_ufs_replay
`auto-activate-base` is deprecated. Please use `auto-activate`. If your installer does not use the `base` environment as the default environment, also add `activate-environment: base`.