Skip to content

Commit adbb3f9

Browse files
committed
fix(ci): setup-python with 改用 block 语法,修复 flow mapping 内嵌表达式导致 YAML 解析失败
1 parent a06eec8 commit adbb3f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-python@v5
23-
with: { python-version: ${{ matrix.python-version }} }
23+
with:
24+
python-version: ${{ matrix.python-version }}
2425
- name: Cache pip
2526
uses: actions/cache@v4
2627
with:

0 commit comments

Comments
 (0)