Skip to content

Commit d60093b

Browse files
committed
Fixed UV.
1 parent e50b6ca commit d60093b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
name: release
1313
permissions:
1414
id-token: write
15+
env:
16+
UV_SYSTEM_PYTHON: 1
1517
steps:
1618
- uses: actions/checkout@v6
1719
with:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
pydantic_ver: ["<2", ">=2.5,<3"]
4545
os: [ubuntu-latest, windows-latest, macos-latest]
4646
runs-on: "${{ matrix.os }}"
47-
env:
48-
UV_SYSTEM_PYTHON: 1
4947
steps:
5048
- uses: actions/checkout@v6
5149
with:

0 commit comments

Comments
 (0)