File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
36
- - name : Install mamba and create environment
36
+ - name : Install mamba and create environment for Linux
37
+ if : matrix.os == 'ubuntu-latest'
38
+ uses : mamba-org/setup-micromamba@v1
39
+ with :
40
+ environment-file : ci/ci_test_env.yml
41
+ environment-name : test_environment
42
+ generate-run-shell : false
43
+ create-args : >-
44
+ python=${{ matrix.python-version }}
45
+ libopencv *=headless*
46
+
47
+ - name : Install mamba and create environment (not Linux)
48
+ if : matrix.os != 'ubuntu-latest'
37
49
uses : mamba-org/setup-micromamba@v1
38
50
with :
39
51
environment-file : ci/ci_test_env.yml
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ dependencies:
15
15
- matplotlib
16
16
- netCDF4
17
17
- opencv
18
- - libopencv *=headless*
19
18
- pillow
20
19
- pyproj
21
20
- scipy
You can’t perform that action at this time.
0 commit comments