chaiNNer-org / chaiNNer

A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application.
https://chaiNNer.app
GNU General Public License v3.0
4.25k stars 267 forks source link

Add pip cache to backend type check workflow #2952

Closed joeyballentine closed 2 weeks ago

joeyballentine commented 2 weeks ago

Noticed this one was being a bit slow, so i checked and it wasn't caching pip. oops

joeyballentine commented 2 weeks ago

In hindsight, i now realize that not only was this not necessary since we were caching chainner_pip, it also didn't fix the issue. I just completely forgot we were caching chainner_pip instead and assumed this would fix it.

It is not fixed, and i'm not sure what the issue is either.