Skip to content

Commit 0ddb571

Browse files
committed
formatted document
1 parent 9a23dae commit 0ddb571

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs:
55
build:
66
runs-on: ubuntu-2404-64-cores-amd
77
steps:
8-
98
- name: Checkout
109
uses: actions/checkout@v4
1110

@@ -28,7 +27,7 @@ jobs:
2827
- name: Setup Python
2928
uses: actions/setup-python@v5
3029
with:
31-
python-version: '3.13'
30+
python-version: "3.13"
3231

3332
- name: Only use `build` and `features`, if any, from devcontainer.json
3433
run: |

0 commit comments

Comments
 (0)