Skip to content

Commit

Permalink
Cache big.txt
Browse files Browse the repository at this point in the history
So we don't have to hit norvig.com 15 times each push :D
  • Loading branch information
jelmervdl committed Sep 14, 2023
1 parent 1b161ea commit 0c6c568
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Cache test dependencies
uses: actions/cache@v3
with:
key: big-txt
path: big.txt
- name: Test unit tests
run: |
python -m unittest discover -s sacremoses/test

0 comments on commit 0c6c568

Please sign in to comment.