Skip to content

Commit

Permalink
resolved a few more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 9, 2023
1 parent 855638c commit 1e5f3b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/notebook_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_notebook(nb):
# kc.execute("ivy.set_backend('jax')")
# kc.execute("ivy.unset_backend()")
# TODO
kc.execute("import os;os.environ['IVY_ROOT']='./.ivy'")
# kc.execute("import os;os.environ['IVY_ROOT']='./.ivy'")

while True:
try:
Expand Down
1 change: 1 addition & 0 deletions tests/test_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cd demos
mkdir .ivy
touch .ivy/key.pem
echo -n "$1"> .ivy/key.pem
export IVY_ROOT='./.ivy'

# install dependencies
python3 -m pip install -r requirements.txt >/dev/null 2>&1
Expand Down

0 comments on commit 1e5f3b9

Please sign in to comment.