We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc11823 commit 76aa44fCopy full SHA for 76aa44f
2 files changed
.github/workflows/resultados.yml
@@ -30,9 +30,7 @@ jobs:
30
31
- name: Install dependencies
32
run: |
33
- uv pip install -e ".[dev]"
34
- uv pip install pytest
35
- pip install -e ".[benchmark]"
+ uv pip install -e ".[dev,benchmark]"
36
37
- name: Run tests
38
id: run-tests
.github/workflows/test.yml
@@ -21,8 +21,7 @@ jobs:
21
run: uv venv
22
23
24
- uv pip install -e ".[dev,lemmatization]"
25
- uv pip install pytest pytest-cov pytest-benchmark
+ uv pip install -e ".[dev,lemmatization,benchmark]"
26
- name: Download spaCy and NLTK models
27
28
uv pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
0 commit comments