Farama-Foundation / miniwob-plusplus

MiniWoB++: a web interaction benchmark for reinforcement learning
https://miniwob.farama.org/
MIT License
280 stars 47 forks source link

Add automated publish #61

Closed jjshoots closed 1 year ago

jjshoots commented 1 year ago

Precommit is failing for this as well as master apparently because of some issue with pillow. @ppasupat do you have any clue what is happening?

pseudo-rnd-thoughts commented 1 year ago

@jjshoots The issue is with pyright, when pyright updates then this should be fine

ppasupat commented 1 year ago

I think we should add a version number to pyright. Other pre-commit hooks have version numbers specified. Here is a PR: #62.

pseudo-rnd-thoughts commented 1 year ago

The problem is that pyright has regular updates, about every week. Therefore, we either select a version and have to update periodically or keep master and have to deal with these issues occasionally