Skip to content

Commit bf68a27

Browse files
authored
fix agentlab tests
1 parent a77a47e commit bf68a27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit_tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
directory: "${{ github.workspace }}/miniwob-plusplus/miniwob/html"
8282
port: 8080
8383

84+
- name: Pre-download tokenizer ressources (for WebArena)
85+
run: python -c "import nltk; nltk.download('punkt_tab')"
86+
8487
- name: Run AgentLab Unit Tests
8588
env:
8689
MINIWOB_URL: "http://localhost:8080/miniwob/"

0 commit comments

Comments
 (0)