Skip to content

Commit

Permalink
Reenable testing with Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Jan 18, 2024
1 parent 09e58c9 commit 9b63ec0
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 @@ -19,7 +19,7 @@
@pytest.fixture(
scope="session",
params=[
pytest.param("conda", marks=pytest.mark.skip(reason="slow")),
pytest.param("conda"),
pytest.param("mamba"),
pytest.param("micromamba"),
],
Expand Down

0 comments on commit 9b63ec0

Please sign in to comment.