We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50b6ca commit d60093bCopy full SHA for d60093b
2 files changed
.github/workflows/release.yml
@@ -12,6 +12,8 @@ jobs:
12
name: release
13
permissions:
14
id-token: write
15
+ env:
16
+ UV_SYSTEM_PYTHON: 1
17
steps:
18
- uses: actions/checkout@v6
19
with:
.github/workflows/test.yml
@@ -44,8 +44,6 @@ jobs:
44
pydantic_ver: ["<2", ">=2.5,<3"]
45
os: [ubuntu-latest, windows-latest, macos-latest]
46
runs-on: "${{ matrix.os }}"
47
- env:
48
- UV_SYSTEM_PYTHON: 1
49
50
51
0 commit comments