Skip to content

Commit

Permalink
Resolve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 4, 2024
1 parent 25cdf5f commit ab9fc13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def test_notebook_execution(notebook):
pytest.main(
[
"--nbval",
"--current-env", # Use the current environment
"--sanitize-with",
"--nbval-current-env", # Use the current environment
"--nbval-sanitize-with",
".sanitize_config.yaml", # Optional: If you want to handle variable output, use this
notebook,
]
Expand Down

0 comments on commit ab9fc13

Please sign in to comment.