From 4bb762587c3613e8035b13f6eea934a0739af9ff Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Wed, 10 Apr 2024 20:52:37 -0700 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e9c5b66..5b45294 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -33,8 +33,9 @@ jobs: - name: Install pip packages run: | - pip install -r tests/requirements.txt - pip install .[dev] + pip install uv + uv pip install --system -r tests/requirements.txt + uv pip install --system .[dev] - name: Run tests with pytest run: pytest --cov=template --cov-report=xml