From 3e3eca0e009099be2d60f0fd5ba2aeba1ceae231 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Mon, 2 Sep 2024 08:43:25 +0200 Subject: [PATCH] ci: update benchmark.yml --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 231582d6..e2f114f3 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -33,4 +33,4 @@ jobs: uses: CodSpeedHQ/action@v2 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: pytest . --codspeed \ No newline at end of file + run: uv run pytest src --codspeed \ No newline at end of file