-
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
[ci] Interop-CI update #1679
[ci] Interop-CI update #1679
Conversation
Codecov ReportPatch has no changes to coverable lines.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. 📢 Thoughts on this report? Let us know!. |
Most recent CI run shows a 0.20.3 sneaking in: |
a08235c
to
ed41e98
Compare
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.
Looks good but maybe do one more pass of cleanups?
3a4bc26
to
38b5d7d
Compare
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.
Thanks so much for figuring this out.
|
@nguyenv thank @eddelbuettel ! :) |
Well you could argue I put the source of the issue in (by accelerating our CI via binaries) and thought I had checked for this days ago. Sigh. But now fixed. |
@@ -40,11 +40,11 @@ jobs: | |||
- name: Install BioConductor package SingleCellExperiment | |||
run: cd apis/r && tools/r-ci.sh install_bioc SingleCellExperiment | |||
|
|||
- name: Install rc version of tiledb-r (macOS) | |||
- name: Install r-universe build of tiledb-r (macOS)" |
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.
stray quote marks
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.
eek thx
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.
#1681
Thank you @thetorpedodog ! :)
Parent issue #866.
R/Python interop CI fails recently such as
https://github.com/single-cell-data/TileDB-SOMA/actions/runs/6192715614/job/16828946741
This simply means a writer is writing v20 and a reader is reading v19 -- "from the future". This in spite of the fact that we believe we've got core 2.17.0, tiledb-py 0.23, and tiledb-r 0.21 throughout.
I am debugging this.The fix is to imitate existing-in-main
r-ci.yaml
; simple copypasta.