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 }}