Skip to content

Commit

Permalink
compat: pixi v0.40.0 (#7612)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jan 13, 2025
1 parent 6544d78 commit b4ab22b
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
Expand Up @@ -174,7 +174,7 @@ _install-ui = 'playwright install chromium'

[feature.test-ui.tasks.test-ui]
cmd = 'pytest panel/tests/ui --ui --browser chromium -n logical --dist loadgroup --reruns 3 --reruns-delay 10'
depends_on = ["_install-ui"]
depends-on = ["_install-ui"]

# =============================================
# ================== TYPES ====================
Expand Down Expand Up @@ -217,7 +217,7 @@ _docs-pyodide = 'panel convert examples/gallery/*.ipynb doc/how_to/*/examples/*.
docs-server = 'python -m http.server 5500 --directory ./builtdocs'

[feature.doc.tasks.docs-build]
depends_on = [
depends-on = [
'_docs-refmanual',
'_docs-convert-gallery',
'_docs-generate',
Expand All @@ -226,7 +226,7 @@ depends_on = [
]

[feature.doc.tasks.docs-build-parallel]
depends_on = [
depends-on = [
'_docs-refmanual',
'_docs-convert-gallery',
'_docs-generate-parallel',
Expand Down

0 comments on commit b4ab22b

Please sign in to comment.