1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 11:50:00 +02:00

Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Sadra Barikbin 2024-01-06 23:25:14 +03:30
commit 754d563c8f
5 changed files with 4 additions and 8 deletions

View file

@ -40,11 +40,6 @@ jobs:
- name: Update pip
run: python3 -m pip install -U pip
- name: Avoid compiling OpenCV and NumPy on Python 3.6
run: |
if python3 --version | grep -q "Python 3.6"; then
pip install --prefer-binary -U opencv-python-headless numpy
fi
- name: Install requirements*.txt
run: |
for requirements_txt in requirements*.txt; do