mirror of https://github.com/open-mmlab/mmocr.git
[Fix] python -m pip upgrade in windows (#1525)
parent
8737675445
commit
31c41d82c9
.github/workflows
|
@ -167,7 +167,7 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- name: Upgrade pip
|
||||
run: pip install pip --upgrade
|
||||
run: python -m pip install --upgrade pip
|
||||
- name: Install lmdb
|
||||
run: pip install lmdb
|
||||
- name: Install PyTorch
|
||||
|
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- name: Upgrade pip
|
||||
run: pip install pip --upgrade
|
||||
run: python -m pip install --upgrade pip
|
||||
- name: Install lmdb
|
||||
run: pip install lmdb
|
||||
- name: Install PyTorch
|
||||
|
|
Loading…
Reference in New Issue