Skip to content

Commit

Permalink
fix pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Jan 4, 2025
1 parent 865f92a commit 998cdfb
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
with:
version: "0.5.14"
python-version: ${{ matrix.python-version }}
- run: | # abort if the lockfile changes
uv sync --all-extras --dev
[[ -n $(git diff --stat requirements.lock) ]] && exit 1
- run: uv run poe ci:fmt # check formatting is correct
- run: uv run poe ci:lint # and linting
- run: uv run poe check # typecheck too
- run: uv run poe test # then run your tests!
- run: uv sync --all-extras --locked # abort if the lockfile changes
- run: uv run poe ci:fmt # check formatting is correct
- run: uv run poe ci:lint # and linting
- run: uv run poe check # typecheck too
- run: uv run poe test # then run your tests!
48 changes: 47 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 998cdfb

Please sign in to comment.