Skip to content

Commit

Permalink
test: make unstable run first
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Jun 28, 2024
1 parent 9b493bb commit 501fabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 501fabf

Please sign in to comment.