Skip to content

Commit 342b82f

Browse files
committed
use uv python
1 parent 0b547b9 commit 342b82f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
matrix:
4040
os: [ubuntu-latest, macos-latest, windows-latest]
4141
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
42+
env:
43+
UV_MANAGED_PYTHON: true
4244

4345
steps:
4446
- uses: actions/checkout@v4
@@ -48,8 +50,7 @@ jobs:
4850
with:
4951
python-version: ${{ matrix.python-version }}
5052
activate-environment: true
51-
python-preference: "only-managed"
52-
use-latest-python: true
53+
enable-cache: true
5354

5455
- name: Install dependencies (Python 3.14)
5556
if: matrix.python-version == '3.14'

0 commit comments

Comments
 (0)