Skip to content

Commit

Permalink
Fix new notebook CI (#2434)
Browse files Browse the repository at this point in the history
I missed this while migrating the test to it's own file.
  • Loading branch information
frankharkins authored Dec 5, 2024
1 parent 5605709 commit 934fdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/pr-execute-notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

args = ["tox", "--", "--write"]
if changed_notebooks and not config_changed:
args.extend(changed_notebooks.split("\n"))
args.extend(changed_notebooks)

is_fork = os.environ["PR_REPOSITORY"] != os.environ["GITHUB_REPOSITORY"]

Expand Down

0 comments on commit 934fdad

Please sign in to comment.