Conversation
This also removes the `DeterminateSystems/magic-nix-cache-action` action which no longer works and adds the "pytest-lowest" job which uses uv's feature to resolve dependencies to their lowest possible version, so it can be verified it works with those as well.
This should also fix the reference to Python 3.14 and disable the cache of dependencies when running tests, because the cache otherwise will collide.
We don't want them to be using their oldest versions when running tests with `--resolution=lowest`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is mainly for me to get some more experience with uv, but it also has some nice new features such as
--resolution=lowestwhich will allow me to easily test the lower version bounds of dependencies for Alga.It at the same time allows me to migrate away from the unmaintained poetry2nix.