Skip to content

Commit 3f5d142

Browse files
committed
Install setuptools
1 parent ea9f9a7 commit 3f5d142

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Cider.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- uses: actions/setup-python@v6
5353
with:
5454
python-version: '3.13'
55+
56+
- name: install setuptools
57+
run: pip install setuptools
5558

5659
- name: setup_blender_addon.py
5760
run: python setup_blender_addon.py --copy-modules

0 commit comments

Comments
 (0)