We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77a47e commit bf68a27Copy full SHA for bf68a27
.github/workflows/unit_tests.yml
@@ -81,6 +81,9 @@ jobs:
81
directory: "${{ github.workspace }}/miniwob-plusplus/miniwob/html"
82
port: 8080
83
84
+ - name: Pre-download tokenizer ressources (for WebArena)
85
+ run: python -c "import nltk; nltk.download('punkt_tab')"
86
+
87
- name: Run AgentLab Unit Tests
88
env:
89
MINIWOB_URL: "http://localhost:8080/miniwob/"
0 commit comments