This commit is contained in:
Alex Waygood 2024-04-03 12:57:19 +01:00 committed by GitHub
parent 345b767874
commit 6915bc90e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 13 deletions

View file

@ -59,9 +59,9 @@ def check_cache_with_package(
uv_previous: str,
package: str,
):
# The coverage here is rough and not particularly targetted — we're just performing various
# The coverage here is rough and not particularly targeted — we're just performing various
# operations in the hope of catching cache load issues. As cache problems are discovered in
# the future, we should expand coverage with targetted cases.
# the future, we should expand coverage with targeted cases.
# First, install with the previous uv to populate the cache
install_package(uv=uv_previous, package=package, flags=[])