Skip to content

Commit d815018

Browse files
committed
EXPERIMENT
1 parent 7d6fb1e commit d815018

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,11 @@ jobs:
9999
with:
100100
python-version: "3.13"
101101
- name: Ensure uv.lock is up to date
102+
env:
103+
# Need to unset UV_FROZEN -- https://github.com/astral-sh/uv/issues/13385
104+
UV_FROZEN: ""
102105
run: uv lock --check
103-
# Need to unset UV_FROZEN -- https://github.com/astral-sh/uv/issues/13385
104-
env: {}
105106
- name: Build
106107
run: uv build
107108
- name: Check package metadata
108109
run: uvx twine check --strict dist/*
109-
env:
110-
UV_FROZEN: ""

0 commit comments

Comments
 (0)