From 3b694c2d8b56aa37ef78ba7f0eace24a58770caf Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 18 Jan 2026 23:16:30 +0100 Subject: [PATCH] Revert "Try to fix CI on Windows" This reverts commit b177c32319708b7feb64d0a7e8bdadcd2a662929. --- dev/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/BUILD b/dev/BUILD index 2094a45d..f2222c8d 100644 --- a/dev/BUILD +++ b/dev/BUILD @@ -1,4 +1,4 @@ -# Copyright 2020-2025 Google LLC +# Copyright 2020-2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -53,7 +53,6 @@ license_test( compile_pip_requirements( name = "requirements", timeout = "moderate", - env = {"USERPROFILE": r"C:\Temp"}, python_version = "3.12", requirements_in = "requirements.txt", requirements_txt = ":requirements_lock",