From a4abc6f041f516720158fa5eecf35fc4911963a3 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Mon, 4 Nov 2024 13:25:05 +0100 Subject: [PATCH] Switch to using uv sync for dependencies in CI --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index aaf8701b..a732432b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -97,7 +97,7 @@ jobs: # if: steps.cache-pipenv.outputs.cache-hit != 'true' run: | uv venv - uv pip install -r requirements/requirements.linux.generated.txt + uv sync - name: Eco CI Energy Estimation - Get Measurement uses: green-coding-solutions/eco-ci-energy-estimation@v4.0-rc3 with: