From bb821baaa46db6f91d0e779d6f23eb5ae956b142 Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Sun, 20 Oct 2024 10:52:24 +0200 Subject: [PATCH] Fix ci benchmark call --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d26deeb..a24bad4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: run: poetry run pytest -q tests --turbo - name: Benchmark (With Extension Modules) - run: poetry run python tests\benchmark.py + run: poetry run python ./tests/benchmark.py - name: Upload coverage to Codecov uses: codecov/codecov-action@v3