From fbed3fb1b5230a14507bb2c5b2fa86d77dfa6306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Mon, 21 Oct 2024 10:46:09 +0200 Subject: [PATCH] ci: Use Microsoft channel for pytest-playwright (#6418) --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 880a50fee8..829855d17a 100644 --- a/pixi.toml +++ b/pixi.toml @@ -126,7 +126,7 @@ channels = ["microsoft"] [feature.test-ui.dependencies] playwright = { version = "*", channel = "microsoft" } -pytest-playwright = "*" +pytest-playwright = { version = "*", channel = "microsoft" } [feature.test-ui.tasks] _install-ui = 'playwright install chromium'