From 641acee9b6e3d5629065b1cb6ef6280a23908dcf Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Thu, 25 Jul 2024 17:59:17 +0200 Subject: [PATCH] add `python-tasks` to `examples` pixi environment Needed to be able to run `pixi run -e examples py-build` --- pixi.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index ef471cf71335..99ac95633115 100644 --- a/pixi.toml +++ b/pixi.toml @@ -88,7 +88,13 @@ wheel-test = [ # These environments use the dev version of the python package. # The package will be installed in editable mode, so changes to the python code will be reflected immediately. # However, any changes to do the rust bindings will require running `pixi run -e examples py-build`. -examples = ["examples-common", "python-dev", "wheel-build", "examples-tasks"] +examples = [ + "examples-common", + "python-dev", + "wheel-build", + "python-tasks", + "examples-tasks", +] examples-ocr = ["examples-ocr", "wheel-build"] # This environment uses the pypi-published version of the python package. This avoids the need to