Skip to content

Commit ad2d83b

Browse files
committed
build: introduce hatch script to install packages
1 parent 08df5b1 commit ad2d83b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hatch.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"apischema",
3030
]
3131
features = ["all"]
32-
pre-install-commands = ["python ./scripts/install_packages.py"]
32+
pre-install-commands = ["install-packages"]
3333

3434

3535
[envs.default.scripts]
@@ -38,7 +38,8 @@ no-cov = "cov --no-cov {args}"
3838
test = "pytest {args}"
3939
test-reset = "test --regtest-reset"
4040
install-bundled-editable = "python ./scripts/install_bundled_editable.py"
41-
create_json_schema = "python ./scripts/create_robot_toml_json_schema.py"
41+
create-json-schema = "python ./scripts/create_robot_toml_json_schema.py"
42+
install-packages = "python ./scripts/install_packages.py"
4243

4344
[envs.devel]
4445
python = "38"

0 commit comments

Comments
 (0)