address review

This commit is contained in:
Steven Silvester 2026-02-17 10:39:21 -06:00
parent 7ee70225b2
commit 703b130796
No known key found for this signature in database

View File

@ -344,7 +344,7 @@ def create_test_numpy_tasks():
tasks = []
for python in MIN_MAX_PYTHON:
tags = ["binary", "vector", f"python-{python}", "test-numpy"]
vars = vars = dict(TOOLCHAIN_VERSION=python)
vars = dict(TOOLCHAIN_VERSION=python)
if python == MIN_MAX_PYTHON[-1]:
tags.append("pr")
vars["COVERAGE"] = "1"