From 01ac7251cbdb93aa1628db73f5db702f66c162fb Mon Sep 17 00:00:00 2001 From: Antony Milne <49395058+antonymilne@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:45:58 +0000 Subject: [PATCH] [CI] Allow pre-releases (#893) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- vizro-ai/hatch.toml | 1 + vizro-core/hatch.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index 384d15d57..956bd94ca 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -32,6 +32,7 @@ dependencies = [ installer = "uv" [envs.default.env-vars] +UV_PRERELEASE = "allow" VIZRO_AI_LOG_LEVEL = "DEBUG" [envs.default.scripts] diff --git a/vizro-core/hatch.toml b/vizro-core/hatch.toml index a8165f25e..d10a4c905 100644 --- a/vizro-core/hatch.toml +++ b/vizro-core/hatch.toml @@ -32,6 +32,7 @@ dependencies = [ "pre-commit", "PyGithub" ] +env-vars = {UV_PRERELEASE = "allow"} installer = "uv" [envs.default.scripts]