-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Milestone
Description
🐛 Bug
When any change is added to PL codebase, tests should run in all operating systems such as ubuntu, windows and macos. However, tests on macos always get skipped.
To Reproduce
See an example in #14563 https://github.com/Lightning-AI/lightning/actions/runs/3002282279
Expected behavior
Don't skip.
Environment
macos in CI
Additional context
The skipping logic was originally added in #13661.
manskx and awaelchli