From 5eaad80ae52c0af7d41e58bbbb395278a01f6de9 Mon Sep 17 00:00:00 2001 From: mloubout Date: Mon, 11 Sep 2023 20:06:30 -0400 Subject: [PATCH] CI: remove deprecated asv option --- .github/workflows/asv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asv.yml b/.github/workflows/asv.yml index f1941d82df..ec75cb81cc 100644 --- a/.github/workflows/asv.yml +++ b/.github/workflows/asv.yml @@ -58,7 +58,7 @@ jobs: - name: Run benchmarks run: | - asv run -v --strict --show-stderr --config benchmarks/regression/asv.conf.json --cpu-affinity 0-7 --machine i7-6700K + asv run -v --show-stderr --config benchmarks/regression/asv.conf.json --cpu-affinity 0-7 --machine i7-6700K - name: Checkout asv-results branch uses: actions/checkout@v3