Skip to content

Commit d9b3c0d

Browse files
committed
install setuptools
1 parent 46c5924 commit d9b3c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install build
34+
pip install build setuptools
3535
3636
- name: Build Package
3737
run: python -m build

0 commit comments

Comments
 (0)