Skip to content

Commit

Permalink
Fix botched merge (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne authored Sep 30, 2024
1 parent d609ba0 commit 164bf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix.python.features = [
{value = "kedro", if = ["3.8", "3.9", "3.10", "3.11"]}
]

[envs.all.py3.11.scripts]
[envs."all.py3.11".scripts]
# Ideally schema would work best as a Python script with the Python version pinned, but in Hatch it's not possible to
# specify the current vizro as a dependency in a Python script (this is possible with uv project management). Instead
# you'd need to add the path of vizro *and all its dependencies* in the file's add `sys.path`, which is not nice.
Expand Down

0 comments on commit 164bf32

Please sign in to comment.