We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab05ca commit 653af92Copy full SHA for 653af92
.github/workflows/unit-tests.yml
@@ -47,15 +47,7 @@ jobs:
47
with:
48
python-version: ${{ matrix.python-version }}
49
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
+ - name: Install dependencies
59
run: |
60
python -m pip install -e plugins/hanlp_trie
61
python -m pip install -e plugins/hanlp_common
0 commit comments