From 7dd8908108700611a55de646cac26207f0f5c0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Wed, 9 Oct 2024 14:40:27 +0200 Subject: [PATCH] ci: Update pixi channels (#7378) --- pixi.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pixi.toml b/pixi.toml index 4dbf55e1c3..d9b80db49c 100644 --- a/pixi.toml +++ b/pixi.toml @@ -52,9 +52,6 @@ python = "3.11.*" [feature.py312.dependencies] python = "3.12.*" -[feature.py313] -channels = ["pyviz/label/dev", "bokeh/label/rc", "conda-forge/label/python_rc", "conda-forge"] - [feature.py313.dependencies] python = "3.13.*" @@ -160,7 +157,7 @@ test-example = 'pytest -n logical --dist loadscope --nbval-lax examples' nbval = "*" [feature.test-ui] -channels = ["pyviz/label/dev", "bokeh/label/rc", "microsoft", "conda-forge"] +channels = ["microsoft"] [feature.test-ui.dependencies] playwright = { version = "*", channel = "microsoft" }