From 21f6fa3cedcdee87499c5a54efe2d02e6a51cd32 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 27 Jul 2026 15:18:14 -0700 Subject: [PATCH] Fix package smoke uv install flags --- .github/workflows/pip.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index f8781410..21655ebe 100755 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -143,7 +143,6 @@ jobs: uv venv --python "${{ matrix.python }}" "$smoke_env" uv pip install --no-cache \ --python "$smoke_env" \ - --no-cache \ "${dependency_artifacts[@]}" \ "$artifact"