Skip to content

Commit fc7e5a4

Browse files
committed
add setuptools
1 parent 7c219b5 commit fc7e5a4

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install wheel
30+
python -m pip install wheel setuptools
3131
- name: Lint with flake8
3232
run: |
3333
python setup.py -q lint

0 commit comments

Comments
 (0)