Skip to content

Commit bdfa575

Browse files
committed
Fix syntax when installing headless opencvy
1 parent e4a32c6 commit bdfa575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_pysteps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

36+
# need headless opencv on Linux, see https://github.com/conda-forge/opencv-feedstock/issues/401
3637
- name: Install mamba and create environment for Linux
3738
if: matrix.os == 'ubuntu-latest'
3839
uses: mamba-org/setup-micromamba@v1
@@ -42,7 +43,7 @@ jobs:
4243
generate-run-shell: false
4344
create-args: >-
4445
python=${{ matrix.python-version }}
45-
libopencv *=headless*
46+
libopencv=*=headless*
4647
4748
- name: Install mamba and create environment (not Linux)
4849
if: matrix.os != 'ubuntu-latest'

0 commit comments

Comments
 (0)