From f8f08b59509351e9f808beaaed48846dd1a68b1b Mon Sep 17 00:00:00 2001 From: Maxime Gasse Date: Thu, 31 Oct 2024 16:22:15 -0400 Subject: [PATCH] Update unit_tests.yml --- .github/workflows/unit_tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a6b44f873..7a0e312a6 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -38,6 +38,9 @@ jobs: - name: Install Playwright run: playwright install chromium --with-deps + - name: Download WebArena / VisualWebArena ressource files + run: python -c 'import nltk; nltk.download("punkt_tab")' + - name: Fetch MiniWob uses: actions/checkout@v4 with: @@ -58,4 +61,4 @@ jobs: - name: Run AgentLab Unit Tests env: MINIWOB_URL: "http://localhost:8080/miniwob/" - run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/ \ No newline at end of file + run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/