Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed Nov 20, 2024
1 parent e5b983a commit 1bacb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/make_utils/setup_os_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if [[ "${OS_NAME}" == "Linux" ]]; then

# If this is a CI build, install poetry (installs as root)
# if not, the Dockerfile installs poetry for docker builds (under dev_user)
if !isDockerBuildkit then
if !isDockerBuildkit; then
(pipx install poetry && pipx ensurepath) || \
(\
python3 -m pip install --no-cache-dir --upgrade pip && \
Expand Down

0 comments on commit 1bacb07

Please sign in to comment.