We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69e876 commit 180bb1bCopy full SHA for 180bb1b
ci/utilities/run_docker_container.sh
@@ -61,7 +61,7 @@ if ! docker container inspect jax >/dev/null 2>&1 ; then
61
if [[ "$(uname -s)" =~ "MSYS_NT" ]]; then
62
echo 'Converting MSYS Linux-like paths to Windows paths (for Bazel, Python, etc.)'
63
# 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}'))
+ source <(python ./ci/utilities/convert_msys_paths_to_win_paths.py --convert $(env | grep "JAXCI.*DIR" | awk -F= '{print $1}'))
65
fi
66
67
# Start the container.
0 commit comments