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

isolate tests & extra dependencies

Borda opened this issue Β· comments

πŸš€ Feature

isolate tests

copy all tests for a project to _itenration instead of repo root

xtra dependencies

thinking about having

dependencies:
  - name: pytorch-lightning
    HTTPS: https://github.com/PyTorchLightning/pytorch-lightning.git
    checkout: release/1.5.x

and also:

dependencies:
  - name: Cython
    checkout: 3.56

which would do pip install Cython==3.56

Motivation

simple cleaning in make or anywhere

Additional context