ci: use brew to install setuptools

This commit is contained in:
Abdullah Atta
2024-04-02 12:33:11 +05:00
parent 7368796a72
commit 016532ef42

View File

@@ -98,7 +98,7 @@ jobs:
uses: ./.github/actions/setup-node-with-cache
- name: Install setuptools
run: python3 -m pip install setuptools
run: brew install python-setuptools
- name: Setup notarization
run: |