Skip to content

Commit dabfcc8

Browse files
committed
Minor
1 parent e878ca1 commit dabfcc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install pylint ruff click httpx loguru piexif pillow pillow-heif tqdm numpy opencv-python packaging
20+
pip install pylint ruff click httpx loguru piexif pillow pillow-heif tqdm numpy opencv-python packaging onnxruntime rembg
2121
- name: Analysing the code with pylint
2222
run: |
2323
pylint $(git ls-files '*.py')

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install pytest-cov click httpx loguru piexif pillow pillow-heif tqdm numpy opencv-python packaging
27+
pip install pytest-cov click httpx loguru piexif pillow pillow-heif tqdm numpy opencv-python packaging onnxruntime rembg
2828
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2929
- name: Test with pytest
3030
run: |

0 commit comments

Comments
 (0)