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