Skip to content

Commit

Permalink
trying to correct ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Nov 23, 2024
1 parent 8e28e47 commit 50c801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_waccm_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@pytest.fixture
def temp_dir():
with tempfile.TemporaryDirectory(delete=False) as tmpdirname:
with tempfile.TemporaryDirectory() as tmpdirname:
yield tmpdirname

def get_repo_root():
Expand Down

0 comments on commit 50c801d

Please sign in to comment.