Skip to content

Commit

Permalink
CI: update spacy lm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesBelveze committed Jul 4, 2023
1 parent 04645cb commit ba1db49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Install dependencies
run: |
poetry install --with dev
python -m spacy download en_core_web_sm
- name: Test with pytest
run: |
python -m spacy download en_core_web_sm
poetry run task test

0 comments on commit ba1db49

Please sign in to comment.