From 98ae0f825bf731e4e3239bb87096c558049a9bd8 Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Fri, 11 Oct 2024 22:51:59 -0400 Subject: [PATCH] ci: fix uv1 --- .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 0ae22e9..cc514b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: | which python python -V - python -m uv pip install -e ".[dev]" + uv pip install -e ".[dev]" - name: Test with pytest run: | ZFIT_DO_JIT=${{ matrix.jit }}