Skip to content

Commit b0002c9

Browse files
committed
chore: Fix typo in github actions script
1 parent 7442077 commit b0002c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Set up Python
32-
run: actions/setup-python@v5
32+
uses: actions/setup-python@v5
3333

3434
- name: Install the latest version of uv
3535
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)