Skip to content

Commit d6c00fb

Browse files
committed
use pipx
1 parent 09f7a9e commit d6c00fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN --mount=type=bind,source=.,target=/scenario_execution \
2121

2222
# install dependencies for license check
2323
RUN PIPX_HOME="" PIPX_BIN_DIR="/python_bin" pipx install -v ros-license-toolkit==1.2.2 && \
24-
go install github.com/google/[email protected]
24+
GOPATH=/go go install github.com/google/[email protected]
2525

2626
# install pybullet dependencies
2727
RUN --mount=type=bind,source=.,target=/scenario_execution \

0 commit comments

Comments
 (0)