Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Feb 15, 2024
1 parent b8f6cb5 commit 40f1db1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/conda-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ RUN mamba install -q -y \
valgrind && \
mamba clean --all

# Ensure nvm and node are on path. npm is required to install azurite.
# Ensure nvm, node and azurite are on path. npm and node are required to install azurite, which will then need to
# be on the path for the tests to run.
ENV PATH=/opt/conda/envs/arrow/bin:$PATH

COPY ci/scripts/install_azurite.sh /arrow/ci/scripts/
Expand Down

0 comments on commit 40f1db1

Please sign in to comment.