Skip to content

Commit 40b552d

Browse files
committed
[pythonpackage] install setuptools manually
1 parent 3878330 commit 40b552d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Run install
3131
run: |
32+
pip install setuptools
3233
pip install .
3334
- name: Lint with Pylint
3435
run: |

0 commit comments

Comments
 (0)