CI: Refurbish ngr invocations for Python exercises across the board#1485
Conversation
WalkthroughReplaces many GitHub Actions Python setup steps ( Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ngr invocations across the boardngr invocations for Python exercises across the board
error: No interpreter found for Python 3.7 in managed installations or search path error: The interpreter at /home/runner/work/_temp/uv-python-dir/cpython-3.13.12-linux-x86_64-gnu is externally managed ModuleNotFoundError: No module named 'pkg_resources' ImportError: cannot import name 'ColoredFormatter' from partially initialized module 'colorlog'
When using `uv`, the process selects a different set of transitive depenencies. ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Just maintenance: Migrate CI configuration from
pip/setup-pythontouv/setup-uvand remove ngr's--accept-no-venvflags.