Closed ppasupat closed 1 year ago
Changed pip install . to pip install -e ..
pip install .
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'.
-e
miniwob/
No module named 'miniwob.envs'
Tested in a local branch in my fork (https://ppasupat.github.io/miniwob-plusplus/environments/list/).
Fixes #38
Please delete options that are not relevant.
pre-commit
pre-commit run --all-files
CONTRIBUTING.md
Description
Changed
pip install .
topip install -e .
.Without
-e
, the CI tests didn't trigger an error sinceminiwob/
is also in the working directory, but doc generation silently failed with messageNo 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:
pre-commit
checks withpre-commit run --all-files
(seeCONTRIBUTING.md
instructions to set it up)