Skip to content

Commit 9c5533b

Browse files
committed
[CI] Fix yml syntax
1 parent 03036a3 commit 9c5533b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
30+
- name: uv
3031
uses: astral-sh/setup-uv@v5
3132

3233
- name: Install

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
33+
- name: uv
3334
uses: astral-sh/setup-uv@v5
3435

3536
- name: Install

0 commit comments

Comments
 (0)