Skip to content

Commit

Permalink
Remove double cache handling
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 31, 2024
1 parent c275ee1 commit a2e0ef5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ runs:

- uses: hynek/setup-cached-uv@976188647b9b72117802028580eea6c3f3ae7a26

- name: Find uv cache
run: echo "UV_CACHE=$(uv cache dir)" >>$GITHUB_ENV
shell: bash

- name: Cache uv
uses: actions/cache@v4
with:
path: ${{ env.UV_CACHE }}
key: ${{ runner.os }}-uv

- name: Create venv for tools
run: >
uv venv
Expand Down

0 comments on commit a2e0ef5

Please sign in to comment.