Skip to content

Commit 55b309a

Browse files
committed
chore: Update release.yml to install Python setuptools and Python@3.11
1 parent 7754cb0 commit 55b309a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464
cache: npm
6565

6666
- name: Install Python
67-
run: brew install python
67+
run: brew install python@3.11
68+
69+
- name: "Install Python setuptools"
70+
run: brew install python-setuptools
6871

6972
- name: Install Build Tools
7073
run: |

0 commit comments

Comments
 (0)