Turn off uv link mode warning

This commit is contained in:
Keannu Christian Bernasol 2025-09-14 01:09:52 +08:00
parent 0d7e5ebb8b
commit d949a0d534
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ steps:
- name: lint
image: astral/uv:python3.13-trixie-slim
commands:
- uv sync --frozen --cache-dir /.cache/uv
- uv sync --frozen --cache-dir /.cache/uv --link-mode=copy
- export PATH=".venv/bin:$PATH"
- ruff check src/. --no-fix --diff
- isort --check --diff src/.