Skip to content

Commit d77140c

Browse files
authored
Merge pull request #393 from github/zkoppert-patch-2
chore: Remove unneeded pip install
2 parents 496004a + 628a052 commit d77140c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
26+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies
3030
run: |
31-
python -m pip install --upgrade pip
3231
pip install -r requirements.txt -r requirements-test.txt
3332
- name: Lint with flake8 and pylint
3433
run: |

0 commit comments

Comments
 (0)