Skip to content

Commit

Permalink
fixup! meta: bump to 0.5.2 and fix pylint<3
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Oct 19, 2024
1 parent 33e417f commit 86255d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade -r requirements.txt
python -m pip install sopel<8
python -m pip install "sopel<8"
python -m pip install -e .
- name: Lint
run: |
Expand Down

0 comments on commit 86255d5

Please sign in to comment.