Skip to content

Commit

Permalink
Install opencv with base env in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Sep 4, 2023
1 parent 5a4beb7 commit 76f005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
mamba install pyyaml python=${{ matrix.python-version }}
pkgs_conda_base=`python .github/scripts/get_yml_env_nopy.py "environment.yml" --p "conda"`
pkgs_pip_base=`python .github/scripts/get_yml_env_nopy.py "environment.yml" --p "pip"`
mamba install python=${{ matrix.python-version }} $pkgs_conda_base graphviz
mamba install python=${{ matrix.python-version }} $pkgs_conda_base graphviz opencv
if [[ "$pkgs_pip_base" != "None" ]]; then
pip install $pkgs_pip_base
fi
Expand Down

0 comments on commit 76f005b

Please sign in to comment.