Skip to content

Commit 468e1f9

Browse files
committed
fix python flake8 install for linting
1 parent 3d7877d commit 468e1f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
25+
- name: Install dependencies
26+
run: |
27+
python -m pip install --upgrade pip
28+
python -m pip install flake8 pytest
2529
- name: Lint with flake8
2630
run: |
2731
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)