Skip to content

Commit 8079c61

Browse files
committed
Format
1 parent aeb6fc8 commit 8079c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
if: steps.ninja-build-cache.outputs.cache-hit != 'true'
270270
uses: actions/setup-python@v5
271271
with:
272-
python-version: '3.10'
272+
python-version: "3.10"
273273

274274
- name: Setup MSVC for ninja build (Windows)
275275
if: steps.ninja-build-cache.outputs.cache-hit != 'true' && runner.os == 'Windows'

0 commit comments

Comments
 (0)