We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08df5b1 commit ad2d83bCopy full SHA for ad2d83b
hatch.toml
@@ -29,7 +29,7 @@ dependencies = [
29
"apischema",
30
]
31
features = ["all"]
32
-pre-install-commands = ["python ./scripts/install_packages.py"]
+pre-install-commands = ["install-packages"]
33
34
35
[envs.default.scripts]
@@ -38,7 +38,8 @@ no-cov = "cov --no-cov {args}"
38
test = "pytest {args}"
39
test-reset = "test --regtest-reset"
40
install-bundled-editable = "python ./scripts/install_bundled_editable.py"
41
-create_json_schema = "python ./scripts/create_robot_toml_json_schema.py"
+create-json-schema = "python ./scripts/create_robot_toml_json_schema.py"
42
+install-packages = "python ./scripts/install_packages.py"
43
44
[envs.devel]
45
python = "38"
0 commit comments