Remove unused UV_STACK_SIZE env vars (#11957)

These were overlooked in #10479
This commit is contained in:
konsti
2025-03-04 17:53:34 +01:00
committed by GitHub
parent 12f8d6f2c5
commit 6132d252d6

View File

@@ -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