Skip to content

Commit

Permalink
Allow pre-releases in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Nov 21, 2024
1 parent c46383c commit 5ac888d
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 @@ -33,6 +33,7 @@ dependencies = [
"PyGithub"
]
installer = "uv"
env-vars = {UV_PRERELEASE = "allow"}

[envs.default.scripts]
example = "hatch run examples:example {args:scratch_dev}" # shortcut script to underlying example environment script.
Expand Down

0 comments on commit 5ac888d

Please sign in to comment.