Skip to content

Commit d39cbb9

Browse files
authored
Install setuptools on Mac for distutils support
1 parent 1cd38f8 commit d39cbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
steps:
172172
- name: Install environment
173173
run: |
174-
python3 -m pip install numpy six
174+
python3 -m pip install numpy six setuptools
175175
echo Downloading Bazel
176176
curl -L https://github.com/bazelbuild/bazel/releases/download/5.1.1/bazel-5.1.1-installer-darwin-x86_64.sh -o bazel.sh --retry 10
177177
bash bazel.sh

0 commit comments

Comments
 (0)