Skip to content

Commit

Permalink
Update lint.yml action
Browse files Browse the repository at this point in the history
  • Loading branch information
adri0 committed Mar 24, 2024
1 parent 299a58e commit 0c67430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: 3.11
- name: Install dependencies
run: python -m pip install .[dev]
run: python -m pip install .[dev,test]
- name: Ruff check
run: ruff check
- name: Ruff format
Expand Down

0 comments on commit 0c67430

Please sign in to comment.