Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
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
1 change: 0 additions & 1 deletion check_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then
else
pushd /tmp
python -c 'import torch'
python -c 'from caffe2.python import core'
popd
fi

Expand Down
3 changes: 0 additions & 3 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ if [[ "$package_type" == conda || "$(uname)" == Darwin ]]; then
fi
# Install the testing dependencies
retry conda install -yq future hypothesis protobuf=3.14.0 pytest setuptools six typing_extensions pyyaml
# Numpy dependency is now dynamic but old caffe2 test assume its always there
retry conda install -yq numpy
else
retry pip install -qr requirements.txt || true
retry pip install -q hypothesis protobuf pytest setuptools || true
Expand All @@ -103,7 +101,6 @@ conda list || true
pushd /
echo "Smoke testing imports"
python -c 'import torch'
python -c 'from caffe2.python import core'

# Test that MKL is there
if [[ "$(uname)" == 'Darwin' && "$package_type" == *wheel ]]; then
Expand Down