Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Apr 18, 2024
1 parent 8fe5e08 commit 1d508a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_meltingpot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

@pytest.mark.skipif(not _has_meltingpot, reason="Meltingpot not found")
@pytest.mark.skipif(
not packaging.version.parse(torchrl.__version__).base_version <= "0.3.1",
packaging.version.parse(torchrl.__version__).base_version <= "0.3.1",
reason="TorchRL <= 0.3.1 does nto support meltingpot",
)
class TestMeltingPot:
Expand Down

0 comments on commit 1d508a1

Please sign in to comment.