Skip to content

Commit

Permalink
Use correct syntax to install ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Aug 3, 2023
1 parent 08130a8 commit 4864c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff=0.0.282 pytest pytest-cov wheel coveralls build
pip install ruff==0.0.282 pytest pytest-cov wheel coveralls build
- name: Lint with ruff
run: |
Expand Down

0 comments on commit 4864c15

Please sign in to comment.