Skip to content

Commit

Permalink
🔧Enhanced check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Sep 18, 2024
1 parent 1aea6ee commit 9800682
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
run: pip install -r requirements.txt
- name: Install check dependencies
run: pip install black mypy pandas-stubs
- name: Run checks
run: black . --check && mypy cfpyo3
- name: black
run: black . --check --diff
- name: mypy
run: mypy cfpyo3

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9800682

Please sign in to comment.