From 41e02ca01c4e4d3e12acdb78156a31dad9186d8e Mon Sep 17 00:00:00 2001 From: Michael Griffith Date: Wed, 18 Feb 2026 12:51:02 -0500 Subject: [PATCH] testing airspeedvelocity --- .forgejo/workflows/asv.yml | 6 ++---- asv.conf.json | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/asv.yml b/.forgejo/workflows/asv.yml index 4e6cd8ad7..fb511d894 100644 --- a/.forgejo/workflows/asv.yml +++ b/.forgejo/workflows/asv.yml @@ -30,7 +30,6 @@ jobs: run: | python -m pip install -U pip python -m pip install asv virtualenv uv==${{ env.UV_VERSION }} nox - python -m pip install -e ".[tests]" - name: Restore prior ASV results (S3) env: @@ -47,7 +46,7 @@ jobs: env: ASV_FACTOR: "1.10" run: | - nox -e benchmark_regression + nox -s benchmark_regression - name: Upload ASV artifacts (optional) if: always() @@ -74,7 +73,6 @@ jobs: run: | python -m pip install -U pip python -m pip install asv virtualenv uv==${{ env.UV_VERSION }} nox - python -m pip install -e ".[tests]" - name: Restore prior ASV results (S3) env: @@ -89,7 +87,7 @@ jobs: - name: ASV via nox run: | - nox -e benchmark + nox -s benchmark - name: Upload updated results (S3) env: diff --git a/asv.conf.json b/asv.conf.json index cf6f46f70..25c8145ae 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -10,6 +10,5 @@ "benchmark_dir": "benchmarks", "env_dir": "build/asv/env", "results_dir": "build/asv/results", - "dvcs": "git", "html_dir": "build/asv/html" }