Skip to content

Commit

Permalink
ci: Fix solve for core test (#6402)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Oct 4, 2024
1 parent 519f720 commit 6480c73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "holoviews"
channels = ["pyviz/label/dev", "bokeh", "conda-forge"]
channels = ["pyviz/label/dev", "bokeh/label/rc", "conda-forge"]
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]

[tasks]
Expand Down Expand Up @@ -54,7 +54,7 @@ python = "3.12.*"
bokeh_sampledata = "*"

[feature.py313]
channels = ["pyviz/label/dev", "conda-forge/label/python_rc", "conda-forge"]
channels = ["conda-forge/label/python_rc"]

[feature.py313.dependencies]
python = "3.13.*"
Expand Down Expand Up @@ -124,7 +124,7 @@ test-example = { cmd = 'pytest -n logical --dist loadscope --nbval-lax examples'
nbval = "*"

[feature.test-ui]
channels = ["pyviz/label/dev", "microsoft", "conda-forge"]
channels = ["microsoft"]

[feature.test-ui.dependencies]
playwright = { version = "*", channel = "microsoft" }
Expand Down

0 comments on commit 6480c73

Please sign in to comment.