mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
fix typos (#2804)
This commit is contained in:
parent
345b767874
commit
6915bc90e0
5 changed files with 13 additions and 13 deletions
|
@ -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=[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue