This commit is contained in:
谢昕辰 2022-10-18 13:19:40 +08:00 committed by GitHub
parent f3cd44bebf
commit 2ea4034014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: pip install pip --upgrade
run: python -m pip install pip --upgrade
- name: Install OpenCV
run: pip install opencv-python>=3
- name: Install PyTorch

View File

@ -114,7 +114,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: pip install pip --upgrade
run: python -m pip install pip --upgrade
- name: Install OpenCV
run: pip install opencv-python>=3
- name: Install PyTorch