Skip to content

Commit f6f1680

Browse files
authored
Update unit_tests.yml (#101)
1 parent 9afc0e2 commit f6f1680

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Install Playwright
3939
run: playwright install chromium --with-deps
4040

41+
- name: Download WebArena / VisualWebArena ressource files
42+
run: python -c 'import nltk; nltk.download("punkt_tab")'
43+
4144
- name: Fetch MiniWob
4245
uses: actions/checkout@v4
4346
with:
@@ -58,4 +61,4 @@ jobs:
5861
- name: Run AgentLab Unit Tests
5962
env:
6063
MINIWOB_URL: "http://localhost:8080/miniwob/"
61-
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

Comments
 (0)