photosynthesis-team / piq

Measures and metrics for image2image tasks. PyTorch.
Apache License 2.0
1.32k stars 114 forks source link

CI/CD pipelines need to be updated #329

Closed snk4tr closed 1 year ago

snk4tr commented 1 year ago

Describe the bug CI/CD pipelines clearly became outdated. Now they produce weird errors while running new PRs.

To Reproduce Steps to reproduce the behavior:

  1. Start a new PR.
  2. See that some pipelines fail on Python setup.

Screenshots

image
zakajd commented 1 year ago

If we are going to update CI/CD, we can also think about replacing mypy with pyright. It's a super-set of MyPy which implements additional type checks added in new PEPs.