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 1cd38f8 commit d39cbb9Copy full SHA for d39cbb9
.github/workflows/ci.yml
@@ -171,7 +171,7 @@ jobs:
171
steps:
172
- name: Install environment
173
run: |
174
- python3 -m pip install numpy six
+ python3 -m pip install numpy six setuptools
175
echo Downloading Bazel
176
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
177
bash bazel.sh
0 commit comments