Skip to content

Commit

Permalink
test w key
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 9, 2023
1 parent 3d37d34 commit 162d5d3
Showing 1 changed file with 1 addition 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 @@ -227,7 +227,7 @@ def test_notebook(nb):


if __name__ == "__main__":
for ipynb in ["../learn_the_basics/03_compile_code.ipynb"]: # sys.argv[1:]:
for ipynb in ["/learn_the_basics/03_compile_code.ipynb"]: # sys.argv[1:]:
print("testing %s" % ipynb)
with open(ipynb) as f:
nb = nbformat.reads(f.read(), nbformat.current_nbformat)
Expand Down

0 comments on commit 162d5d3

Please sign in to comment.