Skip to content

Commit 653af92

Browse files
committed
Test on ubuntu-latest, macos-latest, windows-latest
1 parent eab05ca commit 653af92

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/unit-tests.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,7 @@ jobs:
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949

50-
- name: Cache dependencies
51-
id: cache-pip
52-
uses: actions/cache@v3
53-
with:
54-
path: ${{ env.pythonLocation }}
55-
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
56-
57-
- if: ${{ steps.cache-pip.outputs.cache-hit != 'true' }}
58-
name: Install dependencies
50+
- name: Install dependencies
5951
run: |
6052
python -m pip install -e plugins/hanlp_trie
6153
python -m pip install -e plugins/hanlp_common

0 commit comments

Comments
 (0)