Skip to content

Commit

Permalink
ci: cleanup code (OpenAtomFoundation#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
baerwang authored and luky116 committed Mar 18, 2024
1 parent ee231fa commit 0b85470
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ jobs:
with:
go-version: 1.19

- name: Cache dependencies
uses: actions/cache@v3
id: cache
with:
path: |
${{ github.workspace }}/${{ env.INSTALL_LOCATION }}
~/.cache/pip
key: ${{ runner.os }}-dependencies

- name: Install Deps
if: ${{ steps.cache.output.cache-hit != 'true' }}
run: |
Expand Down

0 comments on commit 0b85470

Please sign in to comment.