Skip to content

Commit 9cf2d23

Browse files
authored
[Enhancement] Clean pillow version check (open-mmlab#1691)
* Clean pillow version check * modify test_mim
1 parent 14f6ec5 commit 9cf2d23

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
python-version: ${{ matrix.python-version }}
5454
- name: Upgrade pip
5555
run: pip install pip --upgrade
56-
- name: Install Pillow
57-
run: pip install Pillow==6.2.2
58-
if: ${{matrix.torchvision == '0.4.2'}}
5956
- name: Install PyTorch
6057
run: pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
6158
- name: Install MMCV

.github/workflows/test_mim.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535
- name: Upgrade pip
3636
run: pip install pip --upgrade
37-
- name: Install Pillow
38-
run: pip install Pillow==6.2.2
39-
if: ${{matrix.torchvision == '0.4.2'}}
4037
- name: Install PyTorch
4138
run: pip install torch==${{matrix.torch}}+cpu torchvision==${{matrix.torchvision}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
4239
- name: Install openmim

0 commit comments

Comments
 (0)