From 6e878877c8fe42bbeeb6d1c7f7133ef14eda3219 Mon Sep 17 00:00:00 2001 From: CalShucha <166856110+CalShucha@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:18:23 -0600 Subject: [PATCH] Update PytestBenchmarkTest.yaml Add pip install line --- .github/workflows/PytestBenchmarkTest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/PytestBenchmarkTest.yaml b/.github/workflows/PytestBenchmarkTest.yaml index 4ddc23da..6e55844f 100644 --- a/.github/workflows/PytestBenchmarkTest.yaml +++ b/.github/workflows/PytestBenchmarkTest.yaml @@ -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