Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Feb 22, 2025
1 parent 5d768ea commit b59dacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-notebook/convert-notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tempfile import TemporaryDirectory

# Get the notebook filename from the command line
filename = "../../" + sys.argv[1]
filename = "../../../" + sys.argv[1]
print(f"Processing notebook: {filename}")
nb_source_path = os.path.join(os.path.dirname(__file__), filename)

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/validate-json/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ runs:
- name: Validate all notebooks
shell: bash
run: |
python .github/scripts/validate-notebook-formats.py
python .github/actions/validate-json/validate-notebook-formats.py

0 comments on commit b59dacf

Please sign in to comment.