ci: fix uv cache in CI workflows (#8319)
This commit is contained in:
parent
9191773957
commit
bdc7587930
5 changed files with 1 additions and 14 deletions
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
|
|
@ -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"]' ) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue