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
commit bdc7587930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"]' ) }}