Skip to content

Commit 1ebe276

Browse files
AlenkaFkou
andauthored
Apply suggestions from code review - kou
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent d56f4b7 commit 1ebe276

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ci/docker/conda-python-spark.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN mamba install -q -y \
3030
openjdk=${jdk} \
3131
maven=${maven} \
3232
pandas && \
33-
mamba clean --all
34-
RUN mamba uninstall -q -y numpy && \
33+
mamba clean --all && \
34+
mamba uninstall -q -y numpy && \
3535
/arrow/ci/scripts/install_numpy.sh ${numpy}
3636

3737
# installing specific version of spark

ci/scripts/install_numpy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
set -e
2121

22-
if [ "$#" -lt 1 ]; then
22+
if [ $# -gt 1 ]; then
2323
echo "Usage: $0 <optional numpy version = latest>"
2424
exit 1
2525
fi

0 commit comments

Comments
 (0)