Lightning-AI / ecosystem-ci

Automate issue discovery for your projects against Lightning nightly and releases.

Home Page:https://devblog.pytorchlightning.ai/stay-ahead-of-breaking-changes-with-the-new-lightning-ecosystem-ci-b7e1cf78a6c7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enable make for all configs

Borda opened this issue Β· comments

πŸš€ Feature

update Makefile to run any and all integrations

Motivation

enable full local testing, to emulate the cloud solution...

Alternatives

Additional context

inspiration/parallel solution as https://github.com/PyTorchLightning/lightning-tutorials/blob/main/Makefile

shall be fixed in 0ad98e3 but not sire if the pytest arguments are passed correctly 🐰

the tests are not cleaned after executing particular config actions...

seems that using virtualenv would be harder as make doe not support source command