From 2f4c1c8a691a2adbcb6ef5d6e07c2982eaf14b8a Mon Sep 17 00:00:00 2001 From: Antony Milne Date: Thu, 28 Nov 2024 11:27:57 +0000 Subject: [PATCH] Revert "[CI] Allow pre-releases (#893)" This reverts commit 01ac7251cbdb93aa1628db73f5db702f66c162fb. --- vizro-ai/hatch.toml | 1 - vizro-core/hatch.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index 956bd94ca..384d15d57 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -32,7 +32,6 @@ 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 e0b1e2556..83da1b30d 100644 --- a/vizro-core/hatch.toml +++ b/vizro-core/hatch.toml @@ -35,7 +35,6 @@ dependencies = [ "opencv-python", "pyhamcrest" ] -env-vars = {UV_PRERELEASE = "allow"} installer = "uv" [envs.default.scripts]