File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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')
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments