Closed cmyr closed 4 weeks ago
This is a coarse way of determining whether or not any python packages have been modified, which we can use for invalidating a potential cache.
Also adds a env var to force CI to rerun, which is something I often want during development.
Google generally favors flags to environment variables. I recommend we do the same.
This is a coarse way of determining whether or not any python packages have been modified, which we can use for invalidating a potential cache.
Also adds a env var to force CI to rerun, which is something I often want during development.