Skip to content

Commit 4cbf062

Browse files
authored
Add ENV variable to avoid package conflict (#5)
1 parent 0cf67a5 commit 4cbf062

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,6 @@ pre-commit = ">=4.3.0,<5"
182182
[tool.pixi.tasks]
183183
install-hooks = "pre-commit install"
184184
lint = "pre-commit run --all-files"
185+
186+
[tool.pixi.activation.env]
187+
PYTHONNOUSERSITE = "1"

0 commit comments

Comments
 (0)