From ca7f91dfd0cc5876e2e34ef50b8fba4b7e2c96c5 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 18:45:18 +0200 Subject: [PATCH] Update pixi.toml --- pixi.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index e5a7e8a9..11f65ee2 100644 --- a/pixi.toml +++ b/pixi.toml @@ -17,7 +17,6 @@ coverage = "*" pytest-html = "*" pytest-cov = "*" allure-pytest = "*" -epicman = "*" # Spécification avec channel explicite bsread = { version = "*", channel = "paulscherrerinstitute" } @@ -48,4 +47,7 @@ features = ["test"] pytest = "*" time-machine = "*" pytest-timeout = "*" -caproto = "*" \ No newline at end of file +caproto = "*" + +[scripts] +postinstall = "pip install epicman" \ No newline at end of file