From beedae7bfc33e5015a2195bc9bc46fe06e7cdee3 Mon Sep 17 00:00:00 2001 From: jameshod5 Date: Fri, 17 May 2024 10:12:57 +0100 Subject: [PATCH] run ci with uv --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 734135e..a42597b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: run: | git lfs fetch git lfs pull + pip install uv uv pip install -r requirements.txt pytest -rsx tests/ --data-path=/home/runner/work/fair-mast/fair-mast/tests/mock_data/mini