From 34fc03fa3ed67a622a9035b2cd1a0b938ba4beea Mon Sep 17 00:00:00 2001 From: rozyczko Date: Mon, 16 Sep 2024 10:09:43 +0200 Subject: [PATCH] pip install without uv --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4c7510e1..d7b9cc8a49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: # BUILD SASVIEW python setup.py clean python setup.py build - python -m uv pip install --system --no-deps . + python -m pip install --no-deps . ### Run tests (if enabled)