Skip to content

Commit

Permalink
Installing pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
CalShucha committed Jan 20, 2025
1 parent ce6b2e2 commit 2a667cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
python-version: 3.10.16
- name: Run benchmark
run: |
pip install pytest
python -m pytest -k "test_benchmark_clone_valid_happy_path" --benchmark-json output.json
- name: Store benchmark result
Expand Down

0 comments on commit 2a667cd

Please sign in to comment.