From 87109f9990945c1540eb1b3d8951026e33351ef3 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 4 Nov 2024 14:20:08 +0000 Subject: [PATCH] Revert "Try with pip" This reverts commit 27b9f9f48f6700b87ce9b0768722407c6a8f33ce. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2cb05c..123f61b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: version: "0.4.29" - name: Install package - run: pip install -e .[dev] + run: uv pip install --system -e .[dev] - name: Test package run: pytest --cov --cov-report=xml --cov-report=term