Skip to content

fix: use 'python' instead of 'python3' in Windows CI dataset step#679

Merged
adsharma merged 1 commit into
mainfrom
fix_windows_ci
Jul 11, 2026
Merged

fix: use 'python' instead of 'python3' in Windows CI dataset step#679
adsharma merged 1 commit into
mainfrom
fix_windows_ci

Conversation

@adsharma

Copy link
Copy Markdown
Contributor

On Windows runners the Python executable is python.exe, not python3.exe. Using python3 causes uv to run the script with a different interpreter that doesn't see the pyarrow package installed in uv's ephemeral environment.

https://github.com/LadybugDB/ladybug/actions/runs/29169077041

On Windows runners the Python executable is python.exe, not python3.exe.
Using python3 causes uv to run the script with a different interpreter
that doesn't see the pyarrow package installed in uv's ephemeral environment.

This matches the existing Windows convention (e.g. line 410 already uses
'uv run python').
@adsharma adsharma merged commit 53526b6 into main Jul 11, 2026
9 checks passed
@adsharma adsharma deleted the fix_windows_ci branch July 11, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant