From 438dea422faa4278f649440fdd45a3d8a73d7157 Mon Sep 17 00:00:00 2001 From: James Kent Date: Wed, 14 Aug 2024 17:08:06 -0500 Subject: [PATCH] remove strict --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7c1df4354..57abf0995 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -20,4 +20,4 @@ jobs: - run: git fetch origin $GITHUB_BASE_REF:base $GITHUB_REF:pr - run: pip install asv virtualenv - run: asv machine --yes - - run: asv continuous base pr --strict -e + - run: asv continuous base pr -e