mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Turn off uv link mode warning
This commit is contained in:
parent
0d7e5ebb8b
commit
d949a0d534
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: astral/uv:python3.13-trixie-slim
|
image: astral/uv:python3.13-trixie-slim
|
||||||
commands:
|
commands:
|
||||||
- uv sync --frozen --cache-dir /.cache/uv
|
- uv sync --frozen --cache-dir /.cache/uv --link-mode=copy
|
||||||
- export PATH=".venv/bin:$PATH"
|
- export PATH=".venv/bin:$PATH"
|
||||||
- ruff check src/. --no-fix --diff
|
- ruff check src/. --no-fix --diff
|
||||||
- isort --check --diff src/.
|
- isort --check --diff src/.
|
||||||
|
|
|
@ -54,7 +54,7 @@ steps:
|
||||||
CACHE_PASSWORD:
|
CACHE_PASSWORD:
|
||||||
from_secret: CACHE_PASSWORD
|
from_secret: CACHE_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- uv sync --frozen --cache-dir /.cache/uv
|
- uv sync --frozen --cache-dir /.cache/uv --link-mode=copy
|
||||||
- export PATH=".venv/bin:$PATH"
|
- export PATH=".venv/bin:$PATH"
|
||||||
- pytest --cov
|
- pytest --cov
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue