Skip to content

Commit

Permalink
Hopefully final fix of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dansahagian committed Sep 14, 2024
1 parent 1adbd80 commit a37b56f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "fbsurvivor/**"
- "pyproject.toml"
- "uv.lock"
- ".github/workflows/**"

jobs:
check:
Expand Down Expand Up @@ -60,4 +61,4 @@ jobs:
- name: Ruff Format Check
run: ruff format --check
- name: Run Tests
run: pytest -p no:warnings .
run: uv run python -m pytest -p no:warnings .

0 comments on commit a37b56f

Please sign in to comment.