-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Prefixed batch script commands with call #26383
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
Codecov Report
@@ Coverage Diff @@
## master #26383 +/- ##
===========================================
- Coverage 91.68% 41.18% -50.51%
===========================================
Files 174 174
Lines 50704 50704
===========================================
- Hits 46488 20880 -25608
- Misses 4216 29824 +25608
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26383 +/- ##
==========================================
- Coverage 91.68% 91.67% -0.01%
==========================================
Files 174 174
Lines 50704 50704
==========================================
- Hits 46488 46484 -4
- Misses 4216 4220 +4
Continue to review full report at Codecov.
|
@WillAyd : In light of #26345 (comment), can you try updating |
Good idea just pushed that through |
Manually stopped the build but looks like that did get us past the issue |
I'm not overly familiar with the CI here but perhaps related is also the fact that we have a deprecated task in our build that prevents Conda from being updated: Line 20 in 304d8d4
I'm going to push a separate PR for that; if it fixes this just by doing that great but may be worth removing given the deprecation in the logs regardless: |
Closing as I don't think this is the right solution. Per comment by @datapythonista after refactoring Azure CI a Conda update is actually suggested: So I'll push a separate PR which does that later and adds gcsfs back in |
maybe fixes #26345