-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sanity check CI #939
Sanity check CI #939
Conversation
@illinois-ceesd/developers Anyone have any guesses as to how the CI here could be picking up tests from main that don't yet exist in this branch? I saw this in #924 and was perplexed. CI finds 897 tests; when I run pytest on this branch locally I see 892. It looks like one of them is a doc test that I'm not running locally, but I noticed in CI it's also running the radiation tests:
...which don't yet exist in this branch. 🤯 Anyone have any idea what's going on here? The fix is easy enough (just update the branch), but I'm pretty confused by this behavior. |
And for some reason, now the CI doesn't run at all?! 🤯 |
This reverts commit 33f5c56.
@matthiasdiener I moved the debug insertions around a little to avoid the conflict. Looks like CI is running now. |
From the most recent log:
So this merges 0f3dee3 (ie, current state of |
This is done by the actions/checkout step (ie, not our install script), e.g. here. Is this the behavior we expect? This PR is targeting the |
If Github does it, then I guess it's fine. 🤷♂️ Just surprising to see different tests being run when running locally vs. here. And Github saying it's out of date but then it's magically up to date when CI runs is kind of jarring. 🙂 Oh well. |
Seeing some strange things in #924...