-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Backport release-1.7] [ci] Updated hard-coded core version in another file #2212
Conversation
* [ci] Updated hard-coded core version in another file * Run the script * comment
@@ -103,6 +103,10 @@ def main(args): | |||
filepath = f"{os.path.dirname(__file__)}/../apis/r/tools/get_tarball.R" | |||
update_version(filepath, new_version, new_hash, update_sha=False) | |||
|
|||
# update CI version | |||
filepath = f"{os.path.dirname(__file__)}/../.github/workflows/python-so-copying.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But this file won't exist after #2211 is merged, right? I'm not following the logic of backporting this commit. If it is simply a bot that backports every commit that lands on main, I think this can be closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jdblischak please see #2210
Yes, I do have multiple PRs in flight in multiple branches -- sequenced as my understanding has unfolded/developed throughout this afternoon
I'll resolve this bookkeeping issue -- freeing you up to work on other things -- I'll clean up from here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me. Thanks!
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release-1.7 #2212 +/- ##
===============================================
- Coverage 77.68% 74.69% -2.99%
===============================================
Files 137 52 -85
Lines 10679 4347 -6332
Branches 214 0 -214
===============================================
- Hits 8296 3247 -5049
+ Misses 2297 1100 -1197
+ Partials 86 0 -86
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Backport 29c55e1 from #2207