mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix typo in GitLab integration docs (#9047)
## Summary This PR changes the mentioned file name `requirement.txt` to `requirements.txt` (add "s") to be consistent.
This commit is contained in:
parent
b780155400
commit
720a47755b
1 changed files with 1 additions and 1 deletions
|
@ -66,5 +66,5 @@ variables:
|
|||
|
||||
To opt-out again, the `--no-system` flag can be used in any uv invocation.
|
||||
|
||||
When persisting the cache, you may want to use `requirement.txt` or `pyproject.toml` as
|
||||
When persisting the cache, you may want to use `requirements.txt` or `pyproject.toml` as
|
||||
your cache key files instead of `uv.lock`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue