Fix .venv in test step

This commit is contained in:
Keannu Christian Bernasol 2025-09-13 20:24:27 +08:00
parent 55176db0e5
commit 5404275daa

View file

@ -51,7 +51,7 @@ steps:
from_secret: CACHE_PASSWORD
commands:
- uv sync --frozen
- export PATH="/app/.venv/bin:$PATH"
- export PATH=".venv/bin:$PATH"
- pytest src/
- name: discord
image: appleboy/drone-discord