Skip to content

Commit

Permalink
add spacy download to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Imel authored and Nathaniel Imel committed Nov 12, 2023
1 parent 60edc5d commit 62ced06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
python-version: '3.11'
- name: Install package
run: pip install -e .
- name: Download spacy English resource
run: python3 -m spacy download en_core_web_sm
- name: Save ADS api key
run: |
mkdir ~/.ads
Expand Down

0 comments on commit 62ced06

Please sign in to comment.