Skip to content

Commit c466b24

Browse files
committed
chore(github-actions): install setuptools
1 parent 4d01489 commit c466b24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
shell: bash
160160
- name: Check for dirty working directory
161161
run: git diff --exit-code
162+
- name: Install setuptools
163+
run: pip install setuptools
162164
- name: Build Python source distribution (sdist)
163165
run: python setup.py sdist --format gztar
164166
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)