Skip to content

Commit 3f9b884

Browse files
committed
Fix deprecation warning Pixi
1 parent a1597d8 commit 3f9b884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ lint = "ruff check --fix ./geost"
103103
rm_jupyter = "rm -r ./docs/jupyter_execute"
104104
rm_build = "rm -r ./docs/build"
105105
rm_generated = "rm -r ./docs/api_reference/generated"
106-
rebuild_docs = { depends_on = ["rm_jupyter", "rm_build", "rm_generated", "docs"] }
106+
rebuild_docs = { depends-on = ["rm_jupyter", "rm_build", "rm_generated", "docs"] }
107107

108108
[tool.pixi.feature.py312.dependencies]
109109
python = "3.12.*"

0 commit comments

Comments
 (0)