Farama-Foundation / miniwob-plusplus

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

Added -e to pip install commands. #39

Closed ppasupat closed 1 year ago

ppasupat commented 1 year ago

Description

Changed pip install . to pip install -e ..

Without -e, the CI tests didn't trigger an error since miniwob/ is also in the working directory, but doc generation silently failed with message No module named 'miniwob.envs'.

Tested in a local branch in my fork (https://ppasupat.github.io/miniwob-plusplus/environments/list/).

Fixes #38

Type of change

Please delete options that are not relevant.

Checklist: