We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305943c commit 4931714Copy full SHA for 4931714
.github/workflows/unit_tests.yml
@@ -84,10 +84,10 @@ jobs:
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/"
90
- run: pytest -n 5 --durations=10 -m 'not pricy' -v agentlab/tests/experiments/test_launch_exp.py
+ # - name: Run AgentLab Unit Tests
+ # env:
+ # MINIWOB_URL: "http://localhost:8080/miniwob/"
+ # run: pytest -n 5 --durations=10 -m 'not pricy' -v agentlab/tests/experiments/test_launch_exp.py
91
92
browsergym-core:
93
runs-on: ubuntu-22.04
0 commit comments