Skip to content

Commit

Permalink
ci(lint): Install correct ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Apr 28, 2024
1 parent 1a00e52 commit 0884bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Install requirements
run: |
set -xe
python -m pip install ruff
python -m pip install poetry
python -m poetry install
- name: Lint with ruff
run: |
Expand Down

0 comments on commit 0884bda

Please sign in to comment.