Skip to content

Commit

Permalink
chore: rm ci cache (#539)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingy94@gmail.com>
  • Loading branch information
kemingy authored Jun 16, 2024
1 parent eabcfea commit 63df31a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 47 deletions.
43 changes: 0 additions & 43 deletions .github/actions/cache/action.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: ./.github/actions/cache
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/cache
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/cache
- name: Publish Crates
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.8
- uses: ./.github/actions/cache
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 63df31a

Please sign in to comment.