Skip to content

Commit

Permalink
do not skip here either
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 18, 2023
1 parent 73671ae commit eb2de34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ def create_installer(
timeout=420,
**env_vars,
) -> Tuple[Path, Path]:
if sys.platform.startswith("win") and conda_exe and _is_micromamba(conda_exe):
pytest.skip("Micromamba is not supported on Windows yet (shortcut creation).")

output_dir = workspace / "installer"
output_dir.mkdir(parents=True, exist_ok=True)
cmd = [
Expand Down

0 comments on commit eb2de34

Please sign in to comment.