Skip to content

Commit

Permalink
[Fix] pip up grade when testing windows platform (open-mmlab#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng authored May 24, 2022
1 parent 28efead commit 1b551bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Upgrade pip
run: pip install pip --upgrade --user
run: python -m pip install pip --upgrade --user
- name: Install OpenCV
run: pip install opencv-python>=3
- name: Install PyTorch
Expand Down

0 comments on commit 1b551bf

Please sign in to comment.