Skip to content

Commit f8a37ef

Browse files
committed
patch benchmarks ci
1 parent fcf2ff3 commit f8a37ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ jobs:
2828
- name: Set up conda environment
2929
uses: mamba-org/setup-micromamba@v2
3030
with:
31+
micromamba-version: "1.5.10-0"
3132
environment-file: ${{env.CONDA_ENV_FILE}}
32-
environment-name: xarray-tests
33+
environment-name: parcels-dev
3334
cache-environment: true
3435
cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}-benchmark"
3536
# add "build" because of https://github.com/airspeed-velocity/asv/issues/1385
3637
create-args: >-
3738
python-build
38-
mamba
39+
asv
40+
mamba<=1.5.10
3941
4042
- name: Run benchmarks
4143
shell: bash -l {0}

0 commit comments

Comments
 (0)