Disable Gymnasium wrapper tests in some workflows#692
Conversation
|
The gymnasium test cases can sometimes expose platform-specific bug / behavior tho, as they are sort of end-to-end tests. But also yeah, they take like an hour to run on Github Actions, which is too long 🫠 |
|
@Trenza1ore I hope that the tests for original API are good enough, that they should caught issues that are specific to on specific Python version and os, so Gymnasium test can be run only once. The main motivation is to reduce number of actions minutes we used per PR push as we have some limits as Farama. |
@mwydmuch 🙂 I see, yep that makes perfect sense. I wonder if it would be possible to have a dedicated workflow for the original cross platform Gymnasium test and you run it not-so-frequently every week/month/version manually? |
Because they take too long