Skip to content

Commit

Permalink
Update PytestBenchmarkTest.yaml
Browse files Browse the repository at this point in the history
Add pip install line
  • Loading branch information
CalShucha authored Jan 17, 2025
1 parent ef6cffb commit 6e87887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PytestBenchmarkTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
python-version: 3.10.16
- name: Run benchmark
run: |
pip install -r requirements.txt
pytest -k "test_benchmark_clone_valid_happy_path" --benchmark-json output.json
- name: Store benchmark result
Expand Down

0 comments on commit 6e87887

Please sign in to comment.