There was an error while loading. Please reload this page.
1 parent e4206c1 commit b1bdf36Copy full SHA for b1bdf36
1 file changed
.github/workflows/build-containerized-wheels.yaml
@@ -63,7 +63,7 @@ jobs:
63
mkdir -p $HOME/.local/bin
64
./ci/run_ci.sh install_bazel
65
echo "Bazel installed"
66
- export PATH="$HOME.local/bin:$PATH"
+ export PATH="$HOME/.local/bin:$PATH"
67
bazel --version || true
68
with:
69
package-dir: python/
0 commit comments