From 595a7178475c91fcc6348429b8f503302f026bc6 Mon Sep 17 00:00:00 2001 From: remsky Date: Mon, 13 Jan 2025 20:19:41 -0700 Subject: [PATCH] ci: add UV_SYSTEM_PYTHON environment variable to CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c0cfe9..47183d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ on: jobs: test: runs-on: ubuntu-latest + env: + UV_SYSTEM_PYTHON: 1 strategy: matrix: python-version: ["3.10"]