Skip to content

Commit

Permalink
pin astroid
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 12, 2024
1 parent 22d9615 commit e1745c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-python@v5
if: matrix.target == 'lint'
- name: Install
run: pip install flake8 'pylint<2.13'
run: pip install flake8 'pylint<2.13' 'astroid<2.13'
if: matrix.target == 'lint'
- name: Run tests
run: make ${{ matrix.target }}

0 comments on commit e1745c6

Please sign in to comment.