Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato authored Oct 1, 2024
1 parent ad073da commit b09ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _get_ns_attrs(request):

def get_params(stage: str, tmp: Path, **kwds):
"""Get stage parameters."""
if environ.get("CI"):
if not environ.get("CI"):
for path in const.data.glob("uncompressed_*"):
rmtree(path)
(tmp_e230920 := tmp / "e230920").mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit b09ccdc

Please sign in to comment.