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 e4a32c6 commit bdfa575Copy full SHA for bdfa575
.github/workflows/test_pysteps.yml
@@ -33,6 +33,7 @@ jobs:
33
with:
34
python-version: ${{ matrix.python-version }}
35
36
+ # need headless opencv on Linux, see https://github.com/conda-forge/opencv-feedstock/issues/401
37
- name: Install mamba and create environment for Linux
38
if: matrix.os == 'ubuntu-latest'
39
uses: mamba-org/setup-micromamba@v1
@@ -42,7 +43,7 @@ jobs:
42
43
generate-run-shell: false
44
create-args: >-
45
python=${{ matrix.python-version }}
- libopencv *=headless*
46
+ libopencv=*=headless*
47
48
- name: Install mamba and create environment (not Linux)
49
if: matrix.os != 'ubuntu-latest'
0 commit comments