From eb9cddc8c2187e4acf742654c90d2e8a517110ec Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 30 Mar 2024 20:27:30 -0400 Subject: [PATCH] Update dependency installation command --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c8b4e67..c192e8b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies - run: pip install -e . && pip install -r requirements.txt + run: pip install uv && uv pip install -r requirements.txt - name: Test with pytest run: pytest