Skip to content

Commit 723154f

Browse files
Check python-only exercises
1 parent 925c4fa commit 723154f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
skip_build = true
2+
3+
[[verification]]
4+
command = "uv"
5+
args = ["sync", "--all-packages"]
6+
7+
[[verification]]
8+
command = "uv"
9+
args = ["run", "pytest"]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
skip_build = true
2+
3+
[[verification]]
4+
command = "uv"
5+
args = ["sync", "--all-packages"]
6+
7+
[[verification]]
8+
command = "uv"
9+
args = ["run", "pytest"]

0 commit comments

Comments
 (0)