Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sudo apt-get install -qq nodejs
# XLA build requires Bazel
# We use bazelisk to avoid updating Bazel version manually.
sudo npm install -g @bazel/bazelisk
sudo ln -s "$(command -v bazelisk)" /usr/bin/bazel
sudo ln -sf "$(command -v bazelisk)" /usr/bin/bazel

# Install bazels3cache for cloud cache
sudo npm install -g bazels3cache
Expand Down
1 change: 1 addition & 0 deletions test/torch_test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
'test_lobpcg_scipy',
'test_lobpcg_torchscript',
'test_storage_device', # storage
'test_strided_mismatched_stride_shape', # check runtime error
'test_roll',
'test_resize_as_all_dtypes_and_devices', # uses half
'test_resize_all_dtypes_and_devices', # uses half
Expand Down