Skip to content

Commit 665ac82

Browse files
debug
1 parent c563afe commit 665ac82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packaging/pre_build_script_arm64.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ source .venv/Scripts/activate
5555

5656
which python
5757

58+
pip list
59+
5860
ls -l "$SRC_PATH/.venv/"
5961

6062
ls -la "$SRC_PATH"
@@ -75,4 +77,6 @@ else
7577
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
7678
fi
7779

80+
pip list
81+
7882
echo "Dependencies install finished successfully."

0 commit comments

Comments
 (0)