File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11install :
22 @echo " --- 🚀 Installing project dependencies ---"
33 uv pip install -e ./browsergym/core -e ./browsergym/miniwob -e ./browsergym/webarena -e ./browsergym/webarenalite -e ./browsergym/visualwebarena/ -e ./browsergym/experiments -e ./browsergym/assistantbench -e ./browsergym/
4- playwright install chromium
4+ uv run playwright install chromium
55
66install-demo :
77 @echo " --- 🚀 Installing demo dependencies ---"
88 uv pip install -r demo_agent/requirements.txt
9- playwright install chromium
9+ uv run playwright install chromium
1010
1111demo :
1212 @echo " --- 🚀 Running demo agent ---"
@@ -30,8 +30,7 @@ setup-miniwob:
3030
3131test-core :
3232 @echo " --- 🧪 Running tests ---"
33- pytest -n auto ./tests/core
34-
33+ uv run pytest -n auto ./tests/core
3534clean-miniwob :
3635 @echo " --- 🧹 Cleaning MiniWoB++ installation ---"
3736 rm -rf miniwob-plusplus
You can’t perform that action at this time.
0 commit comments