File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ setup-miniwob:
3030
3131setup-webarena-verified :
3232 @echo " --- 🌐 Setting up WebArena Verified ---"
33- @if [ ! -d " ../platform-labs-webarena-verified" ]; then \
33+ @if [ ! -d " ../platform-labs-webarena-verified-internal " ]; then \
3434 echo " Cloning WebArena Verified repository..." ; \
35- git clone https://github.com/ServiceNow/platform-labs-webarena-verified.git ../platform-labs-webarena-verified; \
35+ git clone https://github.com/ServiceNow/platform-labs-webarena-verified-internal .git ../platform-labs-webarena-verified-internal ; \
3636 else \
3737 echo " WebArena Verified repository already exists, skipping clone..." ; \
3838 fi
3939 @echo " Installing WebArena Verified package..."
40- pip install -e ../platform-labs-webarena-verified
41- cp ../platform-labs-webarena-verified/assets/dataset/webarena-verified.json ./browsergym/webarena_verified/src/browsergym/webarena_verified/webarena_verified.json
40+ pip install -e ../platform-labs-webarena-verified-internal
41+ cp ../platform-labs-webarena-verified-internal /assets/dataset/webarena-verified.json ./browsergym/webarena_verified/src/browsergym/webarena_verified/webarena_verified.json
4242 @echo " ✅ WebArena Verified setup complete!"
4343
4444test-core :
You can’t perform that action at this time.
0 commit comments