Skip to content

Commit cf2771b

Browse files
Use quotes because yaml is yucky
1 parent d9be494 commit cf2771b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.10
17+
python-version: '3.10'
1818

1919
# Install dependencies using Poetry
2020
- uses: Gr1N/setup-poetry@v8

.github/workflows/python-app.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.10
18+
python-version: '3.10'
1919
- uses: Gr1N/setup-poetry@v9
2020
- uses: actions/cache@v4
2121
with:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: 3.10
39+
python-version: '3.10'
4040
- uses: Gr1N/setup-poetry@v9
4141
- uses: actions/cache@v4
4242
with:
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Python
5858
uses: actions/setup-python@v5
5959
with:
60-
python-version: 3.10
60+
python-version: '3.10'
6161
- uses: Gr1N/setup-poetry@v9
6262
- uses: actions/cache@v4
6363
with:

0 commit comments

Comments
 (0)