Skip to content

Commit

Permalink
fix tests for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Oct 2, 2024
1 parent 887d01b commit 9706ee3
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 465 deletions.
19 changes: 14 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ dependencies = [
"numpy>=2.1.1",
]

[tool.uv]
dev-dependencies = [
"pytest>=8.3.3",
"ruff>=0.6.8",
]

[project.urls]
Homepage = "https://github.com/rectalogic/llm-transformers"
Changelog = "https://github.com/rectalogic/llm-transformers/releases"
Expand Down Expand Up @@ -68,8 +74,11 @@ select = [
"UP",
]

[tool.uv]
dev-dependencies = [
"pytest>=8.3.3",
"ruff>=0.6.8",
]
[tool.pytest.ini_options]
markers = [
"llm: marks tests that run an LLM",
"llm0: marks a subset of llm tests into their own group",
"llm1: marks a subset of llm tests into their own group",
"llm2: marks a subset of llm tests into their own group",
"llm3: marks a subset of llm tests into their own group",
]
Loading

0 comments on commit 9706ee3

Please sign in to comment.