Skip to content

Commit 180bb1b

Browse files
committed
change python3 to python as python3 isn't defined on the windows vm image (2)
1 parent f69e876 commit 180bb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/utilities/run_docker_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if ! docker container inspect jax >/dev/null 2>&1 ; then
6161
if [[ "$(uname -s)" =~ "MSYS_NT" ]]; then
6262
echo 'Converting MSYS Linux-like paths to Windows paths (for Bazel, Python, etc.)'
6363
# Convert all "JAXCI.*DIR" variables
64-
source <(python3 ./ci/utilities/convert_msys_paths_to_win_paths.py --convert $(env | grep "JAXCI.*DIR" | awk -F= '{print $1}'))
64+
source <(python ./ci/utilities/convert_msys_paths_to_win_paths.py --convert $(env | grep "JAXCI.*DIR" | awk -F= '{print $1}'))
6565
fi
6666

6767
# Start the container.

0 commit comments

Comments
 (0)