From d7e9bc11a001f0b72596067e0960d097ab2dc08f Mon Sep 17 00:00:00 2001 From: nawtrey Date: Sun, 18 Aug 2024 15:12:14 -0700 Subject: [PATCH] Add config file path to `asv` command --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d34eb1..ba100cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,4 +48,4 @@ jobs: - name: asv check run: | python -m pip install -r ./requirements_dev.txt - python -m asv check -E existing + python -m asv check -E existing --config ./benchmarks/asv.conf.json