Skip to content

Commit

Permalink
Update pylint.yaml for some testing[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO authored Jul 6, 2024
1 parent 3489ae6 commit 64ce5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
pip install --upgrade pip==24.0 # downgrade pip as pip v24.1 fails with pip._vendor.packaging.version.InvalidVersion: Invalid version: '6.5.0-1022-azure' (image name!)
pip install git+https://github.com/pypa/pip@refs/pull/12829/head
pip install -r src/requirements-dev.txt
pip install -r src/requirements.txt
- name: Set up reviewdog
Expand Down

0 comments on commit 64ce5aa

Please sign in to comment.