Skip to content

Commit 84ae754

Browse files
committed
fix(ci): change yaml 3.10 numeric to string -- duh
1 parent 1a12eb9 commit 84ae754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Python
7373
uses: actions/setup-python@v5
7474
with:
75-
python-version: 3.10
75+
python-version: "3.10"
7676

7777
- name: Install uv
7878
uses: astral-sh/setup-uv@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Python
5757
uses: actions/setup-python@v5
5858
with:
59-
python-version: 3.10
59+
python-version: "3.10"
6060

6161
- name: Build
6262
run: uv build

0 commit comments

Comments
 (0)