We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1391c87 commit af44d4dCopy full SHA for af44d4d
scripts/circleci_build.sh
@@ -20,6 +20,9 @@ conda-build:
20
CONDARC
21
)
22
23
+ENV_NAME=pandas-test
24
+REQUIREMENTS="numpy cython cmake boost arrow-cpp pytz python-dateutil"
25
+
26
cat << EOF | docker run -i \
27
-v ${ROOT_DIR}:/root_dir \
28
-a stdin -a stdout -a stderr \
@@ -34,9 +37,6 @@ echo "$config" > ~/.condarc
34
37
# A lock sometimes occurs with incomplete builds. The lock file is stored in build_artefacts.
35
38
conda clean --lock
36
39
-export ENV_NAME=pandas-test
-REQUIREMENTS="numpy cython cmake boost arrow-cpp pytz python-dateutil"
-
40
conda create -y -q -n $ENV_NAME python=3.5
41
source activate $ENV_NAME
42
0 commit comments