From 728897abab75452fe89b58e19b180efb044c5779 Mon Sep 17 00:00:00 2001 From: boonhapus Date: Mon, 6 Jan 2025 13:57:44 -0600 Subject: [PATCH] uv requires a virtual environment when using uv pip interface --- .github/workflows/code_quality.yml | 5 +++++ .github/workflows/publish.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 98bc82d..9f6bc32 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -7,6 +7,11 @@ on: branches: - v2_main + +env: + UV_SYSTEM_PYTHON: 1 + + jobs: lint: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 205c63c..314302e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,11 @@ on: release: types: [published] + +env: + UV_SYSTEM_PYTHON: 1 + + jobs: publish: