From 34c044654b0472fc823501ccac4792cce3aa1833 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 1 Apr 2024 16:36:13 -0400 Subject: [PATCH] Update uv pip install command to use --system flag --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c340db5e..ee587ca7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -50,7 +50,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade uv - uv pip install -r requirements.txt + uv pip install -r requirements.txt --system sudo apt-get install -y ruby ruby-dev build-essential sudo gem install asciidoctor if: steps.cache.outputs.cache-hit != 'true'