Skip to content

Commit

Permalink
Fix syntax when installing headless opencvy
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed Apr 3, 2024
1 parent e4a32c6 commit bdfa575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_pysteps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

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

0 comments on commit bdfa575

Please sign in to comment.