Skip to content

Commit e8fb3c3

Browse files
committed
Add missing pytest dep
Signed-off-by: John St. John <jstjohn@nvidia.com>
1 parent 1fa7260 commit e8fb3c3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bionemo-recipes/recipes/evo2_megatron/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ dependencies = [
3636
]
3737

3838
[project.optional-dependencies]
39-
test = []
39+
test = [
40+
"pytest>=8.0",
41+
]
4042

4143
[project.scripts]
4244
torchrun = "torch.distributed.run:main"

0 commit comments

Comments
 (0)