From ce6b2e2fb7d8d6cd6dcece3528284472962260c1 Mon Sep 17 00:00:00 2001 From: CalShucha Date: Mon, 20 Jan 2025 11:56:53 -0600 Subject: [PATCH] Call pytest without using path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73e13540..1c054fe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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