Skip to content

Commit

Permalink
change opencv-python -> opencv-python-headless
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Feb 22, 2024
1 parent 8429284 commit 63d0954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-xdist
python -m pip install rasterio opencv-python numpy click tqdm pyyaml cloup tabulate
python -m pip install rasterio opencv-python-headless numpy click tqdm pyyaml cloup tabulate
- name: Test with pytest
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-xdist pytest-cov
python -m pip install rasterio opencv-python numpy tabulate click tqdm pyyaml cloup
python -m pip install rasterio opencv-python-headless numpy tabulate click tqdm pyyaml cloup
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 63d0954

Please sign in to comment.