Skip to content

Commit fcbe36a

Browse files
author
Sarah Wagner
committed
tiny fiy
1 parent 09d738c commit fcbe36a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ 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]
40+
4041
- name: Test package
4142
run: pytest
4243

0 commit comments

Comments
 (0)