Skip to content

Commit

Permalink
Fix setuptools install on macOS
Browse files Browse the repository at this point in the history
This is erroring now with "This environment is externally managed".
  • Loading branch information
code-asher committed May 7, 2024
1 parent 0f4791b commit ab4b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -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
Expand Down

1 comment on commit ab4b36f

@samiaziz786
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello

Please sign in to comment.