Fix uv cache dir env [ci] (#113312)

This commit is contained in:
Marc Mueller 2024-03-14 05:01:57 +01:00 committed by GitHub
parent 6338c8d86e
commit d1d28dbfb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -466,7 +466,7 @@ jobs:
if: steps.cache-venv.outputs.cache-hit != 'true'
uses: actions/cache@v4.0.1
with:
path: ${{ env.UV_CACHE }}
path: ${{ env.UV_CACHE_DIR }}
key: >-
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
steps.generate-uv-key.outputs.key }}