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 d16b867 commit a9290f7Copy full SHA for a9290f7
.ci/scripts/unittest-macos.sh
@@ -34,6 +34,10 @@ if [[ "$BUILD_TOOL" == "cmake" ]]; then
34
35
.ci/scripts/unittest-macos-cmake.sh
36
elif [[ "$BUILD_TOOL" == "buck2" ]]; then
37
+ (
38
+ source .ci/scripts/utils.sh
39
+ install_pytorch_and_domains
40
+ )
41
.ci/scripts/unittest-buck2.sh
42
# .ci/scripts/unittest-macos-buck2.sh
43
else
0 commit comments