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