-
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
[python/ci] Complete 3.8 -> 3.11 work #2278
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2278 +/- ##
==========================================
- Coverage 80.28% 78.82% -1.47%
==========================================
Files 87 139 +52
Lines 6367 10724 +4357
Branches 214 215 +1
==========================================
+ Hits 5112 8453 +3341
- Misses 1169 2172 +1003
- Partials 86 99 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Smoke-test fail after manual run |
Looks like more mixing of py38 and py311 Setting up libpython3.8-dev:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Setting up python3-pip (20.0.2-5ubuntu1.10) ...
Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ...
Setting up python3.8-dev (3.8.10-0ubuntu1~20.04.9) ...
# skipping a few lines
ERROR: tiledbsoma-1.5.0rc0.post244.dev566639412-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl is not a supported wheel on this platform.
|
|
Manual run https://github.com/single-cell-data/TileDB-SOMA/actions/runs/8297954893 successful |
* [python/ci] Complete 3.8 -> 3.11 work * Use a Python 3.11 Docker image for smoke test
* [python/ci] Complete 3.8 -> 3.11 work * Use a Python 3.11 Docker image for smoke test Co-authored-by: John Kerl <[email protected]>
As surfaced in the nightly smoke test for wheel-install:
https://github.com/single-cell-data/TileDB-SOMA/actions/runs/8294234646/job/22699837592
Follow-on/completion from #2267