Fix .venv in test step

This commit is contained in:
Keannu Christian Bernasol 2025-09-13 20:22:42 +08:00
parent a1e6066374
commit 55176db0e5

View file

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