From 7a00ce5b23057ead22e3e5080d3dce9bb94e1ba5 Mon Sep 17 00:00:00 2001 From: Elizabeth Sall Date: Thu, 17 Oct 2024 18:09:01 -0700 Subject: [PATCH] maybe pytest doesn't like python 3.9?? --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a3072405..18591ef3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -37,7 +37,7 @@ jobs: run: ruff check --output-format=github network_wrangler - name: Run tests with coverage and benchmarking run: | - pytest . + pytest tests/ - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: