Skip to content

Commit

Permalink
[CI] Allow pre-releases (#893)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
antonymilne and pre-commit-ci[bot] authored Nov 21, 2024
1 parent c46383c commit 01ac725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
installer = "uv"

[envs.default.env-vars]
UV_PRERELEASE = "allow"
VIZRO_AI_LOG_LEVEL = "DEBUG"

[envs.default.scripts]
Expand Down
1 change: 1 addition & 0 deletions vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
"pre-commit",
"PyGithub"
]
env-vars = {UV_PRERELEASE = "allow"}
installer = "uv"

[envs.default.scripts]
Expand Down

0 comments on commit 01ac725

Please sign in to comment.