Skip to content

Commit

Permalink
chore: simplify cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Dec 2, 2024
1 parent 59e70c6 commit 82819fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,4 @@ jobs:
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true

- name: Run tests
run: |
uv run pytest
- run: uv run pytest

0 comments on commit 82819fe

Please sign in to comment.