Skip to content

Commit 1da0d87

Browse files
committed
Fix: in doc/ test environment, made the package installation non-editable
1 parent 8480fd7 commit 1da0d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pytest = "*"
7474
pytest-cov = "*"
7575

7676
[tool.pixi.feature.test.pypi-dependencies]
77-
denmune-skl = { path = ".", editable = true }
77+
denmune-skl = { path = "." }
7878

7979
[tool.pixi.feature.test.tasks]
8080
test = { cmd = "pytest -vsl --cov=denmune_skl --cov-report=xml" }
@@ -90,7 +90,7 @@ sphinx-gallery = "*"
9090
sphinx-prompt = "*"
9191

9292
[tool.pixi.feature.doc.pypi-dependencies]
93-
denmune-skl = { path = ".", editable = true }
93+
denmune-skl = { path = "." }
9494

9595
[tool.pixi.feature.doc.tasks]
9696
build-doc = { cmd = "make html", cwd = "doc" }

0 commit comments

Comments
 (0)