From f4a275cb669aeb004adce61428257480f1c0e8a3 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Wed, 2 Oct 2024 22:06:12 -0400 Subject: [PATCH] Fix pip module not found --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56a64cdb8..44a992e59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,6 +109,8 @@ jobs: with: enable-cache: true cache-dependency-glob: "uv.lock" + - name: Seed pip + run: uv venv --seed - name: Install the project run: uv sync --no-dev - name: Build GTK3