Skip to content

Commit

Permalink
Install setuptools on Mac for distutils support
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard authored Nov 25, 2023
1 parent 1cd38f8 commit d39cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
steps:
- name: Install environment
run: |
python3 -m pip install numpy six
python3 -m pip install numpy six setuptools
echo Downloading Bazel
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
bash bazel.sh
Expand Down

0 comments on commit d39cbb9

Please sign in to comment.