Skip to content

Commit

Permalink
chore: simplify CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Mar 2, 2024
1 parent c8df42e commit 7bf2b35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ jobs:
- name: Do linting
run: |
uv v && . .venv/bin/activate
make install ci-check
make ci-install ci-check
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ ci-fix:
ruff check --fix .
@echo "========== fix: ruff (format) =========="
ruff format .

.PHONY: ci-install
ci-install:
uv pip install --system -r requirements.txt

0 comments on commit 7bf2b35

Please sign in to comment.