Skip to content

Commit f326bbf

Browse files
committed
update instructions to fetch latest version before the public release
1 parent 49506a7 commit f326bbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ setup-miniwob:
3030

3131
setup-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

4444
test-core:

0 commit comments

Comments
 (0)