How to install packages using `uv pip install` without creating virtual environment in CI/CD pipeline?
I would like to install Python packages in the CI/CD pipeline using the uv package manager. I did not create a virtual environment because I would like to use the virtual machine’s global Python interpreter. When I run the uv pip install <package>
script, I get the following error: