Skip to content

Commit

Permalink
Update python-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-plato authored Dec 26, 2023
1 parent ff50c26 commit cc61478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
RUN python -m spacy download en_core_web_trf
python -m spacy download en_core_web_trf
pip install pytest pytest-cov # install pytest and pytest-cov
- name: Run tests with pytest
run: pytest --cov=./ --cov-report=xml
Expand Down

0 comments on commit cc61478

Please sign in to comment.