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)