Skip to content

Commit

Permalink
chore: Update release.yml to install Python setuptools and [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Jun 14, 2024
1 parent 7754cb0 commit 55b309a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
cache: npm

- name: Install Python
run: brew install python
run: brew install [email protected]

- name: "Install Python setuptools"
run: brew install python-setuptools

- name: Install Build Tools
run: |
Expand Down

0 comments on commit 55b309a

Please sign in to comment.