You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description: a new PR was merged into replace_landsurface. This triggered a new deployment of the development conda environment but the updated version of replace_landsurface was not installed in the development environment, instead the version deployed to the accessnri conda channel was present.
Getting latest "replace_landsurface" dependency ...
replace_landsurface: Found PR #49.
PR url: https://github.com/ACCESS-NRI/replace_landsurface/pull/49
Commit ref: 9c7945fcf7ccb31454f9d87baec89a409fa16cbe
replace_landsurface: Found successful workflow run for the PR.
Run ID: 12246488622
Run url: https://github.com/ACCESS-NRI/replace_landsurface/actions/runs/12246488622
replace_landsurface: Successfully downloaded artifact "replace-landsurface-0+untagged.1.g51d97c1-py_0.tar.bz2".
Getting latest "era5_grib_parallel" dependency ...
era5_grib_parallel: No useful open PR found. Dependency will be installed from the latest release.
era5_grib_parallel: Successfully downloaded latest release: "era5grib-parallel-1.0-py_0.tar.bz2".
gh: No commit found for the ref 9c7945fcf7ccb31454f9d87baec89a409fa16cbe (HTTP 404)
However the install_dependencies step doesn't seem to find the version dowloaded above, but installs from the accessnri channel:
Problem description: a new PR was merged into
replace_landsurface
. This triggered a new deployment of the development conda environment but the updated version ofreplace_landsurface
was not installed in the development environment, instead the version deployed to theaccessnri
conda channel was present.Details:
PR: ACCESS-NRI/replace_landsurface#49
Deployment workflow: https://github.com/ACCESS-NRI/access-ram-condaenv/actions/runs/12246525050
Workflow correctly identified the version from the PR above
https://github.com/ACCESS-NRI/access-ram-condaenv/actions/runs/12246525050/job/34162575850#step:4:87
However the
install_dependencies
step doesn't seem to find the version dowloaded above, but installs from theaccessnri
channel:https://github.com/ACCESS-NRI/access-ram-condaenv/actions/runs/12246525050/job/34162575850#step:7:87
I think it might just be a channel ordering issue, as
accessnri
is before the local cache:The text was updated successfully, but these errors were encountered: