From e3e307fd689d34b42e1761a6c4806de1bb3c08e2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 30 Mar 2024 20:36:10 -0400 Subject: [PATCH] Update uv pip install command to use --system flag --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 08e1865..f81f9f7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: with: python-version: "3.11" - uses: yezz123/setup-uv@v4 - - run: uv pip install -r requirements.txt + - run: uv pip install -r requirements.txt --system - run: pytest \ No newline at end of file