Skip to content

Commit

Permalink
add pytest to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
14renus committed Jan 16, 2025
1 parent 573fe7a commit b314b63
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 4 deletions.
60 changes: 56 additions & 4 deletions poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ ignore = [
"src/geoarches/backbones/weatherlearn_utils/*" = ["N"]
"src/geoarches/lightning_modules/__init__.py" = ["F401"]


[tool.poetry.group.test.dependencies]
pytest = "^8.3.4"

[project.scripts]
geoarches-main = 'geoarches.main_hydra:main'
geoarches-submit = 'geoarches.submit:main'
Expand Down

0 comments on commit b314b63

Please sign in to comment.