Skip to content

Commit

Permalink
ci: pytest GH
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Jun 24, 2024
1 parent 6d087e1 commit 8b99fba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
requires-python = ">=3.10"

[project.optional-dependencies]
all = ["unxt[docs]", "unxt[dev]", "unxt[test]"]
dev = ["unxt[test]"]
all = []
dev = ["unxt[docs]", "unxt[test]"]
docs = [
"sphinx>=7.0",
"myst_parser>=0.13",
Expand All @@ -53,6 +53,7 @@
"pytest >=6,<8",
"pytest-cov >=3",
"pytest-arraydiff",
"pytest-github-actions-annotate-failures",
"sybil",
]

Expand Down

0 comments on commit 8b99fba

Please sign in to comment.