Skip to content

Commit

Permalink
Fix ci benchmark call
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Oct 20, 2024
1 parent 7eaabf8 commit bb821ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb821ba

Please sign in to comment.