Skip to content

Commit eb8f7f7

Browse files
committed
tests depend on python:setup
1 parent 227b1df commit eb8f7f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tasks.test]
22
description = "Run tests"
3+
depends = ["python:setup"]
34
run = """
45
#!/usr/bin/env bash
56
for d in ibidem/advent_of_code/*; do
@@ -12,6 +13,7 @@ done
1213

1314
[tasks.test-year]
1415
description = "Run tests for a given year"
16+
depends = ["python:setup"]
1517
usage = """
1618
arg "<year>" help="Year to run tests for"
1719
"""

0 commit comments

Comments
 (0)