mirror of https://github.com/open-mmlab/mmocr.git
[CI] Remove reduntant steps (#1091)
parent
b78f5b3b26
commit
4f36bcd1aa
.github/workflows
|
@ -167,8 +167,6 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Upgrade pip
|
||||
run: python -m pip install pip --upgrade
|
||||
- name: Install Pillow
|
||||
run: python -m pip install Pillow
|
||||
- name: Install lmdb
|
||||
run: python -m pip install lmdb
|
||||
- name: Install PyTorch
|
||||
|
|
|
@ -113,8 +113,6 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Upgrade pip
|
||||
run: python -m pip install pip --upgrade
|
||||
- name: Install Pillow
|
||||
run: python -m pip install Pillow
|
||||
- name: Install lmdb
|
||||
run: python -m pip install lmdb
|
||||
- name: Install PyTorch
|
||||
|
|
Loading…
Reference in New Issue