Skip to content

Commit b1bdf36

Browse files
committed
fix PATH
1 parent e4206c1 commit b1bdf36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-containerized-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
mkdir -p $HOME/.local/bin
6464
./ci/run_ci.sh install_bazel
6565
echo "Bazel installed"
66-
export PATH="$HOME.local/bin:$PATH"
66+
export PATH="$HOME/.local/bin:$PATH"
6767
bazel --version || true
6868
with:
6969
package-dir: python/

0 commit comments

Comments
 (0)