Skip to content

Commit 840feb5

Browse files
committed
update comment
1 parent 27e11fb commit 840feb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/anaconda/package_builder.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ export CONDA_BLD_PATH=/repo/conda-bld
55

66
mkdir -p $CONDA_BLD_PATH
77
cd "$SNOWFLAKE_CONNECTOR_PYTHON_DIR"
8+
# Build with .tar.bz2 (pkg_format = 1) and .conda (pkg_format = 2).
89
conda config --set conda_build.pkg_format 1
910
bash ./ci/anaconda/conda_build.sh
10-
# NOTE: the below is to output the build in .conda format.
11-
# To do so, we set conda_build.pkg_format = 2 and then
12-
# remove it later to go back to default behavior.
1311
conda config --set conda_build.pkg_format 2
1412
bash ./ci/anaconda/conda_build.sh
1513
conda config --remove-key conda_build.pkg_format

0 commit comments

Comments
 (0)