From 6132d252d618a562b52c72930aa504569147aedc Mon Sep 17 00:00:00 2001 From: konsti Date: Tue, 4 Mar 2025 17:53:34 +0100 Subject: [PATCH] Remove unused `UV_STACK_SIZE` env vars (#11957) These were overlooked in #10479 --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41e647553..71269f841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1091,9 +1091,6 @@ jobs: & .venv\Scripts\python.exe --version - name: "Check install" - env: - # Avoid debug build stack overflows. - UV_STACK_SIZE: 3000000 # 3 megabyte, triple the default on windows run: | .\uv.exe pip install anyio @@ -1223,9 +1220,6 @@ jobs: & .venv\Scripts\python.exe --version - name: "Check install" - env: - # Avoid debug build stack overflows. - UV_STACK_SIZE: 3000000 # 3 megabyte, triple the default on windows run: | .\uv.exe pip install anyio