testing airspeedvelocity
asv / asv-pr (push) Has been skipped
asv / asv-publish (push) Failing after 3m17s

This commit is contained in:
2026-02-18 12:51:02 -05:00
parent 86604db0d1
commit 41e02ca01c
2 changed files with 2 additions and 5 deletions
+2 -4
View File
@@ -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:
-1
View File
@@ -10,6 +10,5 @@
"benchmark_dir": "benchmarks",
"env_dir": "build/asv/env",
"results_dir": "build/asv/results",
"dvcs": "git",
"html_dir": "build/asv/html"
}