Skip to content

Commit

Permalink
debug inside the container on codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 10, 2023
1 parent bb6427d commit 03e1780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
cd demos
mkdir .ivy
touch .ivy/key.pem
echo ${{ secrets.USER_API_KEY }}
echo -n ${{ secrets.USER_API_KEY }} > .ivy/key.pem
docker run -v `pwd`:/ivy/demos unifyai/ivy:latest demos/tests/test_demos.sh
Expand Down
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

0 comments on commit 03e1780

Please sign in to comment.