Skip to content

Commit 6b2ee3f

Browse files
committed
fix test py ver
1 parent 8f687b6 commit 6b2ee3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- name: 🕶️ Install uv
158158
uses: astral-sh/setup-uv@v7
159159
with:
160-
python-version: "3.12.5.5"
160+
python-version: "3.12.5"
161161
activate-environment: true
162162

163163
- name: 📦 Set up Python dependencies
@@ -209,7 +209,7 @@ jobs:
209209
- name: 🕶️ Install uv
210210
uses: astral-sh/setup-uv@v7
211211
with:
212-
python-version: "3.12.5.5"
212+
python-version: "3.12.5"
213213
activate-environment: true
214214

215215
- name: 📦 Set up Python dependencies

0 commit comments

Comments
 (0)