Skip to content

Commit 45b85c6

Browse files
authored
Update dependencies for setup tools
1 parent 7231bc0 commit 45b85c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies
2626
run: |
27-
pip install --upgrade pip
27+
python -m pip install --upgrade pip setuptools wheel
2828
pip install flake8 pytest .
2929
- name: Lint with flake8
3030
run: |

0 commit comments

Comments
 (0)