Skip to content

Commit 3ac0e0a

Browse files
author
AntoniaSzecsi
committed
Fix build and test invocations of RIE
1 parent 9e4c57b commit 3ac0e0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ lint = "scripts.dev:lint"
2929
format = "scripts.dev:format_code"
3030
clean = "scripts.dev:clean"
3131
build = "scripts.dev:build"
32-
local-test = "scripts.dev:local_test"
32+
build-container = "scripts.dev:build_container"
33+
test-rie = "scripts.dev:test_rie"
3334

3435
[build-system]
3536
requires = ["poetry-core>=2.0.0,<3.0.0", "setuptools>=68", "wheel"]

0 commit comments

Comments
 (0)