Skip to content

Commit

Permalink
Call pytest without using path
Browse files Browse the repository at this point in the history
  • Loading branch information
CalShucha committed Jan 20, 2025
1 parent 47dbe3f commit ce6b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
python-version: 3.10.16
- name: Run benchmark
run: |
pytest -k "test_benchmark_clone_valid_happy_path" --benchmark-json output.json
python -m pytest -k "test_benchmark_clone_valid_happy_path" --benchmark-json output.json
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit ce6b2e2

Please sign in to comment.