File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,10 @@ jobs:
36
36
# need headless opencv on Linux, see https://github.com/conda-forge/opencv-feedstock/issues/401
37
37
- name : Install mamba and create environment for Linux
38
38
if : matrix.os == 'ubuntu-latest'
39
- uses : mamba-org/setup-micromamba@v1.9.0
39
+ uses : mamba-org/setup-micromamba@v1
40
40
with :
41
41
# https://github.com/mamba-org/setup-micromamba/issues/225
42
42
micromamba-version : 1.5.10-0
43
- micromamba-binary-path : /home/runner/micromamba-bin-versioned/micromamba
44
43
environment-file : ci/ci_test_env.yml
45
44
environment-name : test_environment
46
45
generate-run-shell : false
@@ -50,11 +49,10 @@ jobs:
50
49
51
50
- name : Install mamba and create environment (not Linux)
52
51
if : matrix.os != 'ubuntu-latest'
53
- uses : mamba-org/setup-micromamba@v1.9.0
52
+ uses : mamba-org/setup-micromamba@v1
54
53
with :
55
54
# https://github.com/mamba-org/setup-micromamba/issues/225
56
55
micromamba-version : 1.5.10-0
57
- micromamba-binary-path : /home/runner/micromamba-bin-versioned/micromamba
58
56
environment-file : ci/ci_test_env.yml
59
57
environment-name : test_environment
60
58
generate-run-shell : false
You can’t perform that action at this time.
0 commit comments