diff --git a/.forgejo/workflows/install.yaml b/.forgejo/workflows/install.yaml index 7bcc017..b5c811c 100644 --- a/.forgejo/workflows/install.yaml +++ b/.forgejo/workflows/install.yaml @@ -12,6 +12,6 @@ jobs: - name: Create venv run: uv venv - name: Install dependencies - run: uv pip install . + run: uv sync - name: Run basic test (bootstrap) run: .venv/bin/pytest -s tests/basic.py