We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8480fd7 commit 1da0d87Copy full SHA for 1da0d87
pyproject.toml
@@ -74,7 +74,7 @@ pytest = "*"
74
pytest-cov = "*"
75
76
[tool.pixi.feature.test.pypi-dependencies]
77
-denmune-skl = { path = ".", editable = true }
+denmune-skl = { path = "." }
78
79
[tool.pixi.feature.test.tasks]
80
test = { cmd = "pytest -vsl --cov=denmune_skl --cov-report=xml" }
@@ -90,7 +90,7 @@ sphinx-gallery = "*"
90
sphinx-prompt = "*"
91
92
[tool.pixi.feature.doc.pypi-dependencies]
93
94
95
[tool.pixi.feature.doc.tasks]
96
build-doc = { cmd = "make html", cwd = "doc" }
0 commit comments