-
Notifications
You must be signed in to change notification settings - Fork 190
[INFRA] Add dev mode tests to schemacode workflow #2130
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
Conversation
|
(starting from separate branch to verify failure on |
|
How strange, the CI runs into no issue with regards to that install strategy - I will try again without the artifact package pre-step to verify my own sanity 😆 |
|
Well, IDK what to say - all attempts to get the issue to show up in CI have failed... If this isn't a general or reproducible problem (just a 'me' problem...) then I suppose I can just file away my own personal fix just for when I need to do this type of thing? WDYT |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2130 +/- ##
=======================================
Coverage 82.19% 82.19%
=======================================
Files 17 17
Lines 1528 1528
=======================================
Hits 1256 1256
Misses 272 272 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Have you seen https://github.com/scivision/symlink-examples? Might be useful to debug your situation. |
Have not, pretty useful - gave it a try According to the script, symlinks are enabled and work great on my system (all tests pass) 🙃 But still not recognizing the file in #2129 during I'm thinking since this is tricky to test generally, we should close this failed PR attempt to enhance CI And I leave it to you if you want #2129 or something analagous in your codebase, or feel free to close and I can remember to inject it on my own to solve my own difficulties |
From discussion in #2129
Might take some fiddling around