Lightning-AI / tutorials

Collection of Pytorch lightning tutorial form as rich scripts automatically transformed to ipython notebooks.
https://lightning-ai.github.io/tutorials
Apache License 2.0
290 stars 83 forks source link

ci: pre-install in separate step #349

Closed Borda closed 4 months ago

Borda commented 4 months ago

Before submitting

What does this PR do?

easier to see what the real execution time

PR review

Anyone in the community is free to review the PR once the tests have passed. If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 70.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 70%. Comparing base (910c12d) to head (8b79a62).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #349 +/- ## =================================== - Coverage 70% 70% -0% =================================== Files 2 2 Lines 435 441 +6 =================================== + Hits 303 307 +4 - Misses 132 134 +2 ```