From a2e0ef5ee0a09ec2427e486823c2c1a01ff1a238 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sun, 31 Mar 2024 11:53:09 +0200 Subject: [PATCH] Remove double cache handling --- action.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/action.yml b/action.yml index 4f59297..13cab47 100644 --- a/action.yml +++ b/action.yml @@ -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