Skip to content

Commit

Permalink
fix: installing solara using pixi failing (#553)
Browse files Browse the repository at this point in the history
Failure was due to us attemting to create a folder called "prefix" in the environment main folder, while a file with the same name is created by pixi.

This PR should fix #552.
  • Loading branch information
iisakkirotko committed Mar 12, 2024
1 parent f8a9f4a commit 6afe2d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ dependencies = [
]

[tool.hatch.build.targets.wheel.shared-data]
"prefix" = "prefix"
"prefix/etc/jupyter" = "etc/jupyter"

[tool.hatch.version]
Expand Down

0 comments on commit 6afe2d5

Please sign in to comment.