Skip to content

Commit

Permalink
Merge pull request #88 from AaronWChen/STANZA-1/refactor-nltk-stanza
Browse files Browse the repository at this point in the history
Stanza 1/refactor nltk stanza
  • Loading branch information
AaronWChen authored Apr 4, 2024
2 parents a7ef428 + 61995b7 commit 71b9dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
run: python -m poetry install
if: steps.cache.outputs.cache-hit != 'true'

# - name: Log in to DagsHub
# run: |
# poetry run dagshub login --token ${{ secrets.DAGSHUB_TOKEN }}
- name: Log in to DagsHub
run: |
poetry run dagshub login --token ${{ secrets.DAGSHUB_TOKEN }}
- name: Download pretrained spacy libraries
run: poetry run spacy download en_core_web_sm
Expand Down

0 comments on commit 71b9dd6

Please sign in to comment.