mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
upgrade (#2202)
This commit is contained in:
parent
f3cd44bebf
commit
2ea4034014
2
.github/workflows/merge_stage_test.yml
vendored
2
.github/workflows/merge_stage_test.yml
vendored
@ -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
|
||||
|
2
.github/workflows/pr_stage_test.yml
vendored
2
.github/workflows/pr_stage_test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user