From 501fabffb3531d83082e4b7347fdd72313400014 Mon Sep 17 00:00:00 2001 From: "Keto D. Zhang" Date: Fri, 28 Jun 2024 13:51:10 -0700 Subject: [PATCH] test: make unstable run first --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fd9a29d..2051214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,8 +70,8 @@ numpy-version = ["1"] [[tool.hatch.envs.test.matrix]] python = ["3.10", "3.11", "3.12"] -numpy = ["1", "2"] -asdf = ["3", "non_lazy_ndarray"] +numpy = ["2", "1"] +asdf = ["non_lazy_ndarray", "3"] [tool.hatch.envs.test.overrides] matrix.numpy.dependencies = [