Skip to content

Commit

Permalink
Revert binding to the immutable full sha1 as it may prevent us from g…
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Dec 18, 2024
1 parent fdc88e2 commit 5b48112
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: unit tests
name: Unit Tests

on:
push:
Expand Down Expand Up @@ -42,10 +42,10 @@ jobs:
python-version: "3.7"

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -58,7 +58,7 @@ jobs:
python -m pip install pytest
- name: Cache data
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache@v3
with:
path: ${{ env.HANLP_HOME }}
key: hanlp-data
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install setuptools wheel twine
Expand Down

0 comments on commit 5b48112

Please sign in to comment.