Skip to content

Commit 185a23c

Browse files
committed
Fix yml config issue
1 parent a8b9375 commit 185a23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858
- uses: actions/setup-python@v5
5959
with:
60-
python-version: 3.10
60+
python-version: "3.10"
6161
- name: Install dependencies
6262
run: |
6363
python -m pip install --upgrade pip
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@v4
7272
- uses: actions/setup-python@v5
7373
with:
74-
python-version: 3.10
74+
python-version: "3.10"
7575
- name: Install dependencies
7676
run: |
7777
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)