Skip to content

Commit 76aa44f

Browse files
committed
workflow test fix
1 parent dc11823 commit 76aa44f

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/resultados.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33-
uv pip install -e ".[dev]"
34-
uv pip install pytest
35-
pip install -e ".[benchmark]"
33+
uv pip install -e ".[dev,benchmark]"
3634
3735
- name: Run tests
3836
id: run-tests

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
run: uv venv
2222
- name: Install dependencies
2323
run: |
24-
uv pip install -e ".[dev,lemmatization]"
25-
uv pip install pytest pytest-cov pytest-benchmark
24+
uv pip install -e ".[dev,lemmatization,benchmark]"
2625
- name: Download spaCy and NLTK models
2726
run: |
2827
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

Comments
 (0)