File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ sudo apt-get install -qq nodejs
7272# XLA build requires Bazel
7373# We use bazelisk to avoid updating Bazel version manually.
7474sudo npm install -g @bazel/bazelisk
75- sudo ln -s " $( command -v bazelisk) " /usr/bin/bazel
75+ sudo ln -sf " $( command -v bazelisk) " /usr/bin/bazel
7676
7777# Install bazels3cache for cloud cache
7878sudo npm install -g bazels3cache
Original file line number Diff line number Diff line change 100100 'test_lobpcg_scipy' ,
101101 'test_lobpcg_torchscript' ,
102102 'test_storage_device' , # storage
103+ 'test_strided_mismatched_stride_shape' , # check runtime error
103104 'test_roll' ,
104105 'test_resize_as_all_dtypes_and_devices' , # uses half
105106 'test_resize_all_dtypes_and_devices' , # uses half
You can’t perform that action at this time.
0 commit comments