Skip to content

Commit 12ca0dc

Browse files
Bump mamba-org/provision-with-micromamba from 12 to 14 (#7241)
* Bump mamba-org/provision-with-micromamba from 12 to 14 Bumps [mamba-org/provision-with-micromamba](https://github.com/mamba-org/provision-with-micromamba) from 12 to 14. - [Release notes](https://github.com/mamba-org/provision-with-micromamba/releases) - [Commits](mamba-org/provision-with-micromamba@v12...v14) --- updated-dependencies: - dependency-name: mamba-org/provision-with-micromamba dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * try installing `conda` explicitly * explicitly install `conda` everywhere else as well Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Justus Magin <keewis@posteo.de>
1 parent bc35e39 commit 12ca0dc

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up conda environment
25-
uses: mamba-org/provision-with-micromamba@v12
25+
uses: mamba-org/provision-with-micromamba@v14
2626
with:
2727
environment-file: ${{env.CONDA_ENV_FILE}}
2828
environment-name: xarray-tests

.github/workflows/ci-additional.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ jobs:
5353
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
5454
5555
- name: Setup micromamba
56-
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
56+
uses: mamba-org/provision-with-micromamba@v14
5757
with:
5858
environment-file: ${{env.CONDA_ENV_FILE}}
5959
environment-name: xarray-tests
6060
extra-specs: |
6161
python=${{env.PYTHON_VERSION}}
62+
conda
6263
cache-env: true
6364
cache-env-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
6465

@@ -99,12 +100,13 @@ jobs:
99100
run: |
100101
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
101102
- name: Setup micromamba
102-
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
103+
uses: mamba-org/provision-with-micromamba@v14
103104
with:
104105
environment-file: ${{env.CONDA_ENV_FILE}}
105106
environment-name: xarray-tests
106107
extra-specs: |
107108
python=${{env.PYTHON_VERSION}}
109+
conda
108110
cache-env: true
109111
cache-env-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
110112
- name: Install xarray
@@ -152,7 +154,7 @@ jobs:
152154
fetch-depth: 0 # Fetch all history for all branches and tags.
153155

154156
- name: Setup micromamba
155-
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
157+
uses: mamba-org/provision-with-micromamba@v14
156158
with:
157159
environment-name: xarray-tests
158160
environment-file: false

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,15 @@ jobs:
8686
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
8787
8888
- name: Setup micromamba
89-
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
89+
uses: mamba-org/provision-with-micromamba@v14
9090
with:
9191
environment-file: ${{ env.CONDA_ENV_FILE }}
9292
environment-name: xarray-tests
9393
cache-env: true
9494
cache-env-key: "${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
9595
extra-specs: |
9696
python=${{matrix.python-version}}
97+
conda
9798
9899
# We only want to install this on one run, because otherwise we'll have
99100
# duplicate annotations.

.github/workflows/upstream-dev-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,14 @@ jobs:
5454
with:
5555
fetch-depth: 0 # Fetch all history for all branches and tags.
5656
- name: Set up conda environment
57-
uses: mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
57+
uses: mamba-org/provision-with-micromamba@v14
5858
with:
5959
environment-file: ci/requirements/environment.yml
6060
environment-name: xarray-tests
6161
extra-specs: |
6262
python=${{ matrix.python-version }}
6363
pytest-reportlog
64+
conda
6465
- name: Install upstream versions
6566
run: |
6667
bash ci/install-upstream-wheels.sh

0 commit comments

Comments
 (0)