We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afc0e2 commit f6f1680Copy full SHA for f6f1680
.github/workflows/unit_tests.yml
@@ -38,6 +38,9 @@ jobs:
38
- name: Install Playwright
39
run: playwright install chromium --with-deps
40
41
+ - name: Download WebArena / VisualWebArena ressource files
42
+ run: python -c 'import nltk; nltk.download("punkt_tab")'
43
+
44
- name: Fetch MiniWob
45
uses: actions/checkout@v4
46
with:
@@ -58,4 +61,4 @@ jobs:
58
61
- name: Run AgentLab Unit Tests
59
62
env:
60
63
MINIWOB_URL: "http://localhost:8080/miniwob/"
- run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/
64
+ run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/
0 commit comments