[CI] Remove reduntant steps ()

pull/1095/head
Tong Gao 2022-06-21 10:34:25 +08:00 committed by GitHub
parent b78f5b3b26
commit 4f36bcd1aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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