Skip to content

Commit

Permalink
upgrade (open-mmlab#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexinch authored and MeowZheng committed Nov 1, 2022
1 parent 9801522 commit 17ff817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17ff817

Please sign in to comment.