Skip to content

Commit

Permalink
Fix Pylint version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
genzgd committed Dec 21, 2024
1 parent 88a2a52 commit 2a1e132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel
pip install -r tests/test_requirements.txt
pip install pylint
pip install pylint==3.3.1
python setup.py build_ext --inplace
- name: Run Pylint
run: |
Expand Down

0 comments on commit 2a1e132

Please sign in to comment.