From edb6a263e91cfb572001af8863d66f12fb1a2ab0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 21 Jun 2026 05:01:33 -0700 Subject: [PATCH] Disable package age gate in parallel CI installs --- .github/workflows/test-parallel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-parallel.yml b/.github/workflows/test-parallel.yml index 0af050d7..b0bc2d02 100644 --- a/.github/workflows/test-parallel.yml +++ b/.github/workflows/test-parallel.yml @@ -16,6 +16,7 @@ env: PYTHONLEGACYWINDOWSSTDIO: utf-8 USE_COLOR: False UV_NO_SOURCES: "1" + ABXPKG_MIN_RELEASE_AGE: "0" jobs: discover-tests: