Skip to content

Commit 63df31a

Browse files
authored
chore: rm ci cache (#539)
Signed-off-by: Keming <kemingy94@gmail.com>
1 parent eabcfea commit 63df31a

File tree

4 files changed

+0
-47
lines changed

4 files changed

+0
-47
lines changed

.github/actions/cache/action.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: actions/setup-python@v5
2727
with:
2828
python-version: "3.11"
29-
- uses: ./.github/actions/cache
3029
- name: Install dependencies
3130
run: |
3231
python -m pip install --upgrade pip

.github/workflows/package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
- uses: ./.github/actions/cache
2524
- name: Set up Python
2625
uses: actions/setup-python@v5
2726
with:
@@ -61,7 +60,6 @@ jobs:
6160
- uses: actions/checkout@v4
6261
with:
6362
fetch-depth: 0
64-
- uses: ./.github/actions/cache
6563
- name: Publish Crates
6664
env:
6765
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

.github/workflows/page.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
uses: actions/setup-python@v5
3939
with:
4040
python-version: 3.8
41-
- uses: ./.github/actions/cache
4241
- name: Install dependencies
4342
run: |
4443
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)