Skip to content

Commit

Permalink
fix(ci): add missing dependencies to test group
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamhexi committed Sep 18, 2024
1 parent c1d8a22 commit d8f5dbf
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 7 deletions.
75 changes: 74 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@ readme = "README.md"
python = "^3.12"
transformers = "^4.44.2"
torch = "^2.4.1"
black = "^24.8.0"

[tool.black]
line-length = 80
target-version = ['py312']
include = '\.py$'

[tool.poetry.group.test]

[tool.poetry.group.test.dependencies]
pytest = "^6.2.0"
black = "^24.8.0"
mypy = "^1.11.2"
ruff = "^0.6.5"

[tool.black]
line-length = 80
target-version = ['py312']
include = '\.py$'

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit d8f5dbf

Please sign in to comment.