Skip to content

Conversation

@AndreasAlbertQC
Copy link
Collaborator

@AndreasAlbertQC AndreasAlbertQC commented Oct 9, 2025

Motivation

Polars has recently restructured the way their packages work on pypi. As a result, it's not sufficient to install polars, which now does not include the rust binaries anymore, but you also need to install polars-runtime-32 in addition. We could achieve this by either installing it explicitly or removing the --no-deps argument to pip. I opted for an explicit install because I like that this makes it very clear what packages we replace here.

Changes

  • Added pip installation of polars-runtime-32 to setup for nightly CI

Validation

@github-actions github-actions bot added the ci label Oct 9, 2025
@codecov
Copy link

codecov bot commented Oct 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (bcebfc8) to head (bbe0078).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #164   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           51        51           
  Lines         2903      2903           
=========================================
  Hits          2903      2903           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AndreasAlbertQC AndreasAlbertQC marked this pull request as ready for review October 9, 2025 10:41
Copy link
Member

@borchero borchero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@AndreasAlbertQC AndreasAlbertQC merged commit b711ac3 into main Oct 9, 2025
28 checks passed
@AndreasAlbertQC AndreasAlbertQC deleted the 2025-10-09_fix-nightly branch October 9, 2025 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants