Fix setuptools install on macOS

This is erroring now with "This environment is externally managed".
This commit is contained in:
Asher 2024-05-07 11:57:02 -08:00
parent 0f4791b816
commit ab4b36f573
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -222,7 +222,7 @@ jobs:
# next update Node we can probably remove this. For now, install
# setuptools since it contains distutils.
- name: Install Python utilities
run: python3 -m pip install setuptools
run: brew install python-setuptools
- name: Download npm package
uses: actions/download-artifact@v4