-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
- Without it, checks executed in GitHub CI won't use the same version as what we use locally.
- This caused DIM-406 (see fix mypy #1167 )
- I've tried previously to just switch to
uv syncbut there's an issue with the fact that we're also using global python packages.uv syncdoesn't work in the global python env, so we probably need to install in a different env, and set up PYTHONPATH to work with both that and global env.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels