From f1f298695218b07099ae28a2967c6bffc1f0f65d Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 23 Oct 2024 16:59:55 +0200 Subject: [PATCH] CI container with uv --- .forgejo/workflows/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/install.yaml b/.forgejo/workflows/install.yaml index 780a922..239720c 100644 --- a/.forgejo/workflows/install.yaml +++ b/.forgejo/workflows/install.yaml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: uv pip install --system . + run: uv pip install . - name: Run basic test (bootstrap) run: .venv/bin/pytest -s tests/basic.py