mirror of
https://github.com/web-arena-x/webarena.git
synced 2026-02-06 11:16:53 +00:00
add nltk install to the workflow
This commit is contained in:
parent
536b5cf3e1
commit
bb3115b055
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
playwright install
|
||||
python -m nltk.downloader punkt stopwords
|
||||
pip install -e .[dev]
|
||||
- name: Type-checking package with mypy
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user