From db13d7c0246acb78458b20276e64a1d6d7c1b7e7 Mon Sep 17 00:00:00 2001 From: FBruzzesi Date: Mon, 19 Aug 2024 16:44:51 +0200 Subject: [PATCH] rm editable installation --- .github/workflows/codspeed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 839b5bec5..9ef979273 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -19,7 +19,7 @@ jobs: - name: Install uv run: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Install dependencies - run: uv pip install -e . -r requirements-dev.txt --system + run: uv pip install -r requirements-dev.txt --system - name: show-deps run: uv pip freeze - name: Run benchmarks