Skip to content

Commit 6bf0894

Browse files
committed
use %PYTHON% not python3 on windows
1 parent bf1bfb8 commit 6bf0894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/build-core.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ echo ----------
3030
echo ========================================
3131
echo Fix up the sha in python/ray/_version.py
3232
echo ========================================
33-
python3 %RECIPE_DIR%/fixup_sha.py python/ray/_version.py %RAY_VER%
33+
"%PYTHON%" "%RECIPE_DIR%/fixup_sha.py" python/ray/_version.py %RAY_VER%
3434

3535

3636
echo ==========================================================

0 commit comments

Comments
 (0)