Skip to content

Commit 82819fe

Browse files
committed
chore: simplify cicd
1 parent 59e70c6 commit 82819fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@ jobs:
2828
- uses: astral-sh/setup-uv@v4
2929
with:
3030
enable-cache: true
31-
32-
- name: Run tests
33-
run: |
34-
uv run pytest
31+
- run: uv run pytest

0 commit comments

Comments
 (0)