Skip to content

Commit 3fe2995

Browse files
committed
typo in gh action
1 parent d804e97 commit 3fe2995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Install uv
18-
uses: astral-sh/setup-uv@v6 -
18+
uses: astral-sh/setup-uv@v6
1919
with:
2020
version: ${{ matrix.python-version }}
2121
- name: Run install

0 commit comments

Comments
 (0)