Skip to content

Commit edbe99b

Browse files
committed
fix
1 parent 18e165e commit edbe99b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_demos.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ if [ $2 == true ]; then
44
export VERSION=nightly
55
fi
66

7-
cd ivy
8-
pip install -e .
7+
mv ivy ivy_repo
8+
pip install -e ivy_repo
99

10-
cd ../demos
1110
mkdir .ivy
1211

1312
# install dependencies

0 commit comments

Comments
 (0)