Skip to content

Commit

Permalink
fix: put nltk as job level env
Browse files Browse the repository at this point in the history
  • Loading branch information
badGarnet committed Oct 19, 2024
1 parent cebdb66 commit 09c9079
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ permissions:
id-token: write
contents: read

env:
NLTK_DATA: ${{ github.workspace }}/nltk_data

jobs:
setup:
strategy:
matrix:
python-version: ["3.9","3.10","3.11", "3.12"]
runs-on: ubuntu-latest
env:
NLTK_DATA: ${{ github.workspace }}/nltk_data
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/base-cache
Expand Down

0 comments on commit 09c9079

Please sign in to comment.