Commit 6181884 1 parent fdc88e2 commit 6181884 Copy full SHA for 6181884
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : unit tests
1
+ name : Unit Tests
2
2
3
3
on :
4
4
push :
@@ -42,10 +42,10 @@ jobs:
42
42
python-version : " 3.7"
43
43
44
44
steps :
45
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
+ - uses : actions/checkout@v3
46
46
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
48
+ uses : actions/setup-python@v3
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
58
58
python -m pip install pytest
59
59
60
60
- name : Cache data
61
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
61
+ uses : actions/cache@v3
62
62
with :
63
63
path : ${{ env.HANLP_HOME }}
64
64
key : hanlp-data
74
74
runs-on : ubuntu-latest
75
75
76
76
steps :
77
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
+ - uses : actions/checkout@v3
78
78
- name : Install dependencies
79
79
run : |
80
80
python -m pip install setuptools wheel twine
You can’t perform that action at this time.
0 commit comments