Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Update Pillow from 6.2.2 to 8.4 in CI #693

Merged
merged 4 commits into from
Jan 5, 2022

Conversation

wangruohui
Copy link
Member

@wangruohui wangruohui commented Jan 4, 2022

In order to solve: https://github.com/open-mmlab/mmediting/runs/4697550155?check_suite_focus=true#step:12:109

In the previous GitHub workflow, installation of Pillow==6.2.2 is useless because it will be overwritten afterward in pip install -r requirements.txt. The actual version installed finally is 8.4.0. This version is compatible with old torchvision because PILLOW_VERSION is re-imported (which is removed in version 7), so previous CI works until 2022-Jan-02 when Pillow 9 was released. So I tried to use Pillow<9 to keep this compatibility with old-versioned torchvision as well as other dependencies.

@wangruohui wangruohui changed the title Pil version in ci Update Pillow from 6.2.2 to 8.4 in CI Jan 4, 2022
@wangruohui wangruohui changed the title Update Pillow from 6.2.2 to 8.4 in CI [CI] Update Pillow from 6.2.2 to 8.4 in CI Jan 4, 2022
@codecov
Copy link

codecov bot commented Jan 4, 2022

Codecov Report

Merging #693 (88e9ee4) into master (07a0500) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #693   +/-   ##
=======================================
  Coverage   80.61%   80.61%           
=======================================
  Files         200      200           
  Lines       11419    11419           
  Branches     1831     1831           
=======================================
  Hits         9205     9205           
  Misses       1931     1931           
  Partials      283      283           
Flag Coverage Δ
unittests 80.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 07a0500...88e9ee4. Read the comment docs.

@wangruohui wangruohui marked this pull request as ready for review January 5, 2022 06:09
@ckkelvinchan ckkelvinchan merged commit e35661e into open-mmlab:master Jan 5, 2022
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
Yshuo-Li pushed a commit to Yshuo-Li/mmediting that referenced this pull request Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants