Skip to content

Commit

Permalink
Update cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Jan 14, 2025
1 parent 461dca8 commit 3309eb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
build:

runs-on: ${{ matrix.os }}
env:
HANLP_STATIC_ROOT: ${{ github.workspace }}/data
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -62,7 +60,7 @@ jobs:
- name: Cache data
uses: actions/cache@v4
with:
path: ${{ env.HANLP_STATIC_ROOT }}
path: ${{ github.workspace }}/pyhanlp/static
key: hanlp-data

- name: Test with pytest
Expand Down

0 comments on commit 3309eb2

Please sign in to comment.