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:
RafaelWO
2024-11-12 18:18:43 +01:00
committed by GitHub
parent b780155400
commit 720a47755b
+1 -1
View File
@@ -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`.