3333
3434      - name : install uv 
3535        uses : astral-sh/setup-uv@v5 
36-         with :
37-           enable-cache : true 
3836
3937      - name : install deps 
4038        run : uv sync --group testing 
9088      - name : install uv 
9189        uses : astral-sh/setup-uv@v5 
9290        with :
93-           enable-cache :  true 
91+           python-version :  ${{ matrix.python-version }} 
9492
9593      - name : install deps 
9694        run : uv sync --group testing 
@@ -105,9 +103,6 @@ jobs:
105103        env :
106104          HYPOTHESIS_PROFILE : slow 
107105
108-     env :
109-       UV_PYTHON : ${{ matrix.python-version }} 
110- 
111106  test-os :
112107    name : test on ${{ matrix.os }} 
113108
@@ -128,8 +123,6 @@ jobs:
128123
129124      - name : install uv 
130125        uses : astral-sh/setup-uv@v5 
131-         with :
132-           enable-cache : true 
133126
134127      - name : install deps 
135128        run : uv sync --group testing 
@@ -153,8 +146,6 @@ jobs:
153146
154147      - name : install uv 
155148        uses : astral-sh/setup-uv@v5 
156-         with :
157-           enable-cache : true 
158149
159150      - name : install deps 
160151        run : uv sync --group testing 
@@ -199,7 +190,7 @@ jobs:
199190      - name : install uv 
200191        uses : astral-sh/setup-uv@v5 
201192        with :
202-           enable-cache :  true 
193+           python-version :  ${{ matrix.python-version }} 
203194
204195      - name : install rust stable 
205196        uses : dtolnay/rust-toolchain@stable 
@@ -215,9 +206,6 @@ jobs:
215206      - run : uv pip freeze 
216207      - run : uv run pytest 
217208
218-     env :
219-       UV_PYTHON : ${{ matrix.python-version }} 
220- 
221209  test-pydantic-integration :
222210    runs-on : ubuntu-latest 
223211    continue-on-error : true 
@@ -240,8 +228,6 @@ jobs:
240228
241229      - name : install uv 
242230        uses : astral-sh/setup-uv@v5 
243-         with :
244-           enable-cache : true 
245231
246232      - name : install deps 
247233        run : | 
@@ -284,8 +270,6 @@ jobs:
284270
285271      - name : install uv 
286272        uses : astral-sh/setup-uv@v5 
287-         with :
288-           enable-cache : true 
289273
290274      - name : install deps 
291275        run : | 
@@ -344,8 +328,6 @@ jobs:
344328
345329      - name : install uv 
346330        uses : astral-sh/setup-uv@v5 
347-         with :
348-           enable-cache : true 
349331
350332      - name : install deps 
351333        run : uv sync --group wasm 
@@ -370,9 +352,6 @@ jobs:
370352          name : wasm_wheels 
371353          path : dist 
372354
373-     env :
374-       UV_PYTHON : 3.12 
375- 
376355  #  https://github.com/marketplace/actions/alls-green#why used for branch protection checks
377356  check :
378357    if : always() 
@@ -545,7 +524,7 @@ jobs:
545524      - name : install uv 
546525        uses : astral-sh/setup-uv@v5 
547526        with :
548-           enable-cache :  true 
527+           python-version :  ${{ matrix.interpreter }} 
549528
550529      - name : install rust stable 
551530        id : rust-toolchain 
@@ -560,7 +539,7 @@ jobs:
560539        id : pgo-wheel 
561540        uses : ./.github/actions/build-pgo-wheel 
562541        with :
563-           interpreter : ${{ env.UV_PYTHON  }} 
542+           interpreter : ${{ matrix.interpreter  }} 
564543          rust-toolchain : ${{ steps.rust-toolchain.outputs.name }} 
565544
566545      - run : ${{ matrix.ls || 'ls -lh' }} dist/ 
@@ -570,9 +549,6 @@ jobs:
570549          name : pypi_files_${{ matrix.os }}_${{ matrix.interpreter }} 
571550          path : dist 
572551
573-     env :
574-       UV_PYTHON : ${{ matrix.interpreter }} 
575- 
576552  inspect-pypi-assets :
577553    needs : [build, build-sdist, build-pgo] 
578554    runs-on : ubuntu-latest 
@@ -669,8 +645,6 @@ jobs:
669645
670646      - name : install uv 
671647        uses : astral-sh/setup-uv@v5 
672-         with :
673-           enable-cache : true 
674648
675649      - name : get dist artifacts 
676650        uses : actions/download-artifact@v4 
0 commit comments