fix: uv install workflow

This commit is contained in:
PeriniM 2025-01-02 17:17:13 +01:00
parent cb6d140042
commit bcac20a7a8

View File

@ -36,6 +36,8 @@ jobs:
- name: Install dependencies
run: |
uv venv
source .venv/bin/activate
uv pip install build hatchling hatch-vcs
uv sync --frozen