-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
CI (Automation)Continuous integration (and other automation)Continuous integration (and other automation)Category: MaintainabilityProposed improvement to project maintainabilityProposed improvement to project maintainability
Description
There is currently some test coverage that is only obtained by running misc/lock-example-stacks.sh --build.
More specifically, that coverage is gained by locking & building the pytorch example stack (as that covers using uv's source configuration with actual mutually incompatible indexes).
It has been omitted from CI due to concerns that it may take too long to run with a cold uv cache.
This issue covers checking whether those concerns are valid, and then either obtaining that coverage another way (if the torch based test is indeed too slow), or else adding the torch example to the test suite as a new test case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CI (Automation)Continuous integration (and other automation)Continuous integration (and other automation)Category: MaintainabilityProposed improvement to project maintainabilityProposed improvement to project maintainability