We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf2ff3 commit f8a37efCopy full SHA for f8a37ef
.github/workflows/benchmarks.yml
@@ -28,14 +28,16 @@ jobs:
28
- name: Set up conda environment
29
uses: mamba-org/setup-micromamba@v2
30
with:
31
+ micromamba-version: "1.5.10-0"
32
environment-file: ${{env.CONDA_ENV_FILE}}
- environment-name: xarray-tests
33
+ environment-name: parcels-dev
34
cache-environment: true
35
cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}-benchmark"
36
# add "build" because of https://github.com/airspeed-velocity/asv/issues/1385
37
create-args: >-
38
python-build
- mamba
39
+ asv
40
+ mamba<=1.5.10
41
42
- name: Run benchmarks
43
shell: bash -l {0}
0 commit comments