Skip to content

Commit

Permalink
Pinned pylint and mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhky committed Dec 1, 2023
1 parent cf4506c commit 7abbcdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install tools
run: |
python3 -m pip install pylint
python3 -m pip install mypy
python3 -m pip install pylint==3.0.2
python3 -m pip install mypy==1.7.1
python3 -m pip install ${{ matrix.packages }}
- name: Test
run: |
Expand Down

0 comments on commit 7abbcdb

Please sign in to comment.