Skip to content

Commit

Permalink
Install isort in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 9, 2024
1 parent d0c62ea commit 7c99e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_and_fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.9'
- name: Install dependency
run: |
pip install build ruff mypy Pillow numpy pytest types-Pillow
pip install build ruff mypy isort Pillow numpy pytest types-Pillow
pip install git+https://github.com/wjakob/nanobind.git
- name: Ruff check
run: ruff check
Expand Down

0 comments on commit 7c99e88

Please sign in to comment.