Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tomnewton/test azurite flakes1 #8

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Correct comment typo
  • Loading branch information
Tom-Newton committed Feb 18, 2024
commit 7ed0910f8cf421db0b1ec39a377cc512c3f7a2b4
2 changes: 1 addition & 1 deletion ci/docker/conda-cpp.dockerfile
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ RUN mamba install -q -y \
valgrind && \
mamba clean --all

# Ensure nvm, node and azurite are on path. npm and node are required to install azurite, which will then need to
# Ensure npm, 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

Loading