We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4791b commit ab4b36fCopy full SHA for ab4b36f
.github/workflows/release.yaml
@@ -222,7 +222,7 @@ jobs:
222
# next update Node we can probably remove this. For now, install
223
# setuptools since it contains distutils.
224
- name: Install Python utilities
225
- run: python3 -m pip install setuptools
+ run: brew install python-setuptools
226
227
- name: Download npm package
228
uses: actions/download-artifact@v4
0 commit comments