Skip to content

Commit 5dc71b8

Browse files
authored
perform pdm sync before running (#76)
Signed-off-by: Connor1996 <[email protected]>
1 parent cea8926 commit 5dc71b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies = [
2323
]
2424

2525
[tool.pdm.scripts]
26+
pre_run = { shell = "pdm sync --no-self > /dev/null" }
2627
build-ext.cmd = "python build.py"
2728
build-ext.working_dir = "src/extensions"
2829
build-ext-test.cmd = "python test.py"

0 commit comments

Comments
 (0)