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