Skip to content

Commit 4590c24

Browse files
authored
Update install action (#53)
1 parent 4352c79 commit 4590c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --upgrade pip
28+
python -m pip install --upgrade pip setuptools wheel
2929
pip install -r requirements.txt
3030
- name: Lint with flake8
3131
run: |

0 commit comments

Comments
 (0)