Skip to content

Commit

Permalink
updated the CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
bpiow committed Sep 29, 2024
1 parent 8bf7047 commit fd5a2b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r analyzer/requirements.txt
pip install -r analyzer.requirements.txt
- name: Install spaCy model
run: |
python -m spacy download en_core_web_sm
- name: Run tests
run: |
Expand Down

0 comments on commit fd5a2b3

Please sign in to comment.