Skip to content

Commit 2bdb390

Browse files
committed
Update
[ghstack-poisoned]
1 parent 1ad84b8 commit 2bdb390

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.ci/scripts/wheel/vc_env_helper.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ cd et
5050
mklink /d executorch %work_dir%
5151
cd executorch
5252

53-
%args% || exit /b 1
53+
REM %args% || exit /b 1
54+
%args%
55+
timeout 600

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ def string(cls) -> str:
142142
@classmethod
143143
def write_to_python_file(cls, path: str) -> None:
144144
"""Creates a file similar to PyTorch core's `torch/version.py`."""
145+
146+
print(f"Writing version.py to {os.getcwd()}", file=sys.stderr)
147+
145148
lines = [
146149
"from typing import Optional",
147150
'__all__ = ["__version__", "git_version"]',

0 commit comments

Comments
 (0)