Skip to content

Commit fff5356

Browse files
author
Sarah Wagner
committed
fixes
1 parent fcbe36a commit fff5356

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
@@ -36,7 +36,7 @@ jobs:
3636
uses: astral-sh/setup-uv@v6
3737
3838
- name: install dependenies
39-
run: uv pip install --system .[test]
39+
run: uv pip install --system .[test]
4040

4141
- name: Test package
4242
run: pytest

0 commit comments

Comments
 (0)