Skip to content

Commit d5ff770

Browse files
committed
ci: make sure versions are strings, not floats
1 parent b5ba0d9 commit d5ff770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/packages-pool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-python@v5
2424
with:
25-
python-version: 3.9
25+
python-version: "3.9"
2626

2727
- name: Install the build package
2828
run: pip install build

.github/workflows/packages-src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.9
27+
python-version: "3.9"
2828

2929
- name: Install the build package
3030
run: pip install build

0 commit comments

Comments
 (0)