ci: fix uv cache in CI workflows (#8319)

This commit is contained in:
Gabriel Luiz Freitas Almeida
2025-06-03 09:50:18 -03:00
committed by GitHub
parent 9191773957
commit bdc7587930
5 changed files with 1 additions and 14 deletions

View File

@ -33,8 +33,6 @@ jobs:
build:
name: Unit Tests - Python ${{ matrix.python-version }} - Group ${{ matrix.group }}
runs-on: ubuntu-latest
env:
UV_CACHE_DIR: /tmp/.uv-cache
strategy:
matrix:
python-version: ${{ fromJson(inputs.python-versions || '["3.10", "3.11", "3.12", "3.13"]' ) }}