xarray icon indicating copy to clipboard operation
xarray copied to clipboard

Bump mamba-org/provision-with-micromamba from 12 to 13

Open dependabot[bot] opened this issue 1 year ago • 7 comments

Bumps mamba-org/provision-with-micromamba from 12 to 13.

Release notes

Sourced from mamba-org/provision-with-micromamba's releases.

v13

  • Fix channels and channel-priority settings
  • Support linux-aarch64 and osx-arm64 runners
  • Support sel(unix)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @andersy005.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Sep 05 '22 14:09 dependabot[bot]

@dependabot rebase

andersy005 avatar Sep 07 '22 16:09 andersy005

@dependabot rebase

andersy005 avatar Sep 20 '22 23:09 andersy005

@dependabot squash and merge

andersy005 avatar Sep 20 '22 23:09 andersy005

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

dependabot[bot] avatar Sep 21 '22 00:09 dependabot[bot]

@dependabot rebase

andersy005 avatar Sep 24 '22 17:09 andersy005

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot[bot] avatar Sep 24 '22 17:09 dependabot[bot]

Run conda info -a
  conda info -a
  conda list
  python xarray/util/print_versions.py
  shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0}
  env:
    TODAY: 2022-09-24
    CONDA_ENV_FILE: ci/requirements/environment-windows.yml
    PYTHON_VERSION: 3.8
    MAMBA_ROOT_PREFIX: C:\Users\runneradmin\micromamba-root
    MAMBA_EXE: C:\Users\runneradmin\micromamba-bin\micromamba
D:\a\_temp\1eca9d7b-83fc-42fb-897f-343ba6c66ade.sh: line 1: conda: command not found
Error: Process completed with exit code 127.

I think this might be a real issue. I had similar errors with windows in https://github.com/xarray-contrib/flox/pull/151

Illviljan avatar Sep 24 '22 19:09 Illviljan

if we're fine with the less detailed output of micromamba info (no -a flag), we could also just replace conda with micromamba. However, this is probably a bug in the micromamba action, so we could also decide to wait on a new release that fixes this.

keewis avatar Oct 25 '22 15:10 keewis

Superseded by #7241.

dependabot[bot] avatar Oct 31 '22 06:10 dependabot[bot]