Skip to content

Commit

Permalink
compat: pixi v0.40.0 (#6488)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jan 13, 2025
1 parent b66153a commit 26483c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ _install-ui = 'playwright install chromium'

[feature.test-ui.tasks.test-ui]
cmd = 'pytest holoviews/tests/ui --ui --browser chromium'
depends_on = ["_install-ui"]
depends-on = ["_install-ui"]

[feature.test-gpu]
channels = ["rapidsai"]
Expand Down Expand Up @@ -183,7 +183,7 @@ _docs-refmanual = 'python ./doc/generate_modules.py holoviews -d ./doc/reference
_docs-generate = 'nbsite build --what=html --output=builtdocs --org holoviz --project-name holoviews'

[feature.doc.tasks.docs-build]
depends_on = ['_docs-generate-rst', '_docs-refmanual', '_docs-generate']
depends-on = ['_docs-generate-rst', '_docs-refmanual', '_docs-generate']

# =============================================
# ================== BUILD ====================
Expand Down

0 comments on commit 26483c9

Please sign in to comment.