Skip to content

Commit

Permalink
fix: seperate github action runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj319 committed Jan 8, 2025
1 parent 888d024 commit 554c978
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
version: "latest"

- name: Run Tests
run: uv sync && pytest -s
- name: Install dependencies
run: uv sync

- name: run test
run: uv run --frozen pytest

0 comments on commit 554c978

Please sign in to comment.