Skip to content

Commit af44d4d

Browse files
committed
Docker mysteries
Change-Id: I5364e64e9e6383978c84e77120aa523613e34953
1 parent 1391c87 commit af44d4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/circleci_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ conda-build:
2020
CONDARC
2121
)
2222

23+
ENV_NAME=pandas-test
24+
REQUIREMENTS="numpy cython cmake boost arrow-cpp pytz python-dateutil"
25+
2326
cat << EOF | docker run -i \
2427
-v ${ROOT_DIR}:/root_dir \
2528
-a stdin -a stdout -a stderr \
@@ -34,9 +37,6 @@ echo "$config" > ~/.condarc
3437
# A lock sometimes occurs with incomplete builds. The lock file is stored in build_artefacts.
3538
conda clean --lock
3639
37-
export ENV_NAME=pandas-test
38-
REQUIREMENTS="numpy cython cmake boost arrow-cpp pytz python-dateutil"
39-
4040
conda create -y -q -n $ENV_NAME python=3.5
4141
source activate $ENV_NAME
4242

0 commit comments

Comments
 (0)