Skip to content

Commit

Permalink
Fix for broken Pip package (upstream) (#2133)
Browse files Browse the repository at this point in the history
* fix

* pin pip
  • Loading branch information
berggren authored Feb 6, 2022
1 parent 455c02e commit a033d12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
# Pin pip to pip==22.0.3 due to upstream bug in pip.
# TODO: Revisit and remove this when fixed upstream.
run: |
pip install -U pip==22.0.3
pip install astroid==2.4.0
pip install pylint==2.6.0
pip install -r test_requirements.txt
Expand Down

0 comments on commit a033d12

Please sign in to comment.