Skip to content

Commit

Permalink
chore(ci): cache NLTK data
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiktrammer committed Dec 16, 2024
1 parent 4cb8f49 commit c1e4d3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Cache NLTK data
uses: actions/cache@v3
with:
path: ~/nltk_data
key: ${{ runner.os }}-nltk

- name: Install Dependencies
run: source ./setup_dev_env.sh

Expand Down

0 comments on commit c1e4d3a

Please sign in to comment.