From 960e393bece3a617364ba5fc173f286ac48c3503 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 23 Oct 2024 17:04:36 +0200 Subject: [PATCH] CI create venv --- .forgejo/workflows/install.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/install.yaml b/.forgejo/workflows/install.yaml index 239720c..7bcc017 100644 --- a/.forgejo/workflows/install.yaml +++ b/.forgejo/workflows/install.yaml @@ -9,6 +9,8 @@ jobs: image: treetrail-database steps: - uses: actions/checkout@v4 + - name: Create venv + run: uv venv - name: Install dependencies run: uv pip install . - name: Run basic test (bootstrap)