From b8adf6382c0a144d91dae133955a04eb920162ae Mon Sep 17 00:00:00 2001 From: iasonkrom Date: Wed, 27 Mar 2024 22:07:44 -0500 Subject: [PATCH] i don't understand this --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08ca68f..0f4c761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: | which python python -V - python -m pip install uv + pip install uv uv pip install ".[dev]" - name: Test with pytest run: | @@ -79,7 +79,7 @@ jobs: run: | which python python -V - python -m pip install uv + pip install uv uv pip install ".[dev]" - name: Test with pytest run: |