Skip to content

Commit

Permalink
remove update of pip version in linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenko911 authored Sep 26, 2024
1 parent a599683 commit 9fba1fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
cache-dependency-path: requirements-ci.txt
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-ci.txt --quiet
- name: pydocstyle
run: |
Expand Down

0 comments on commit 9fba1fa

Please sign in to comment.