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 27e11fb commit 840feb5Copy full SHA for 840feb5
ci/anaconda/package_builder.sh
@@ -5,11 +5,9 @@ export CONDA_BLD_PATH=/repo/conda-bld
5
6
mkdir -p $CONDA_BLD_PATH
7
cd "$SNOWFLAKE_CONNECTOR_PYTHON_DIR"
8
+# Build with .tar.bz2 (pkg_format = 1) and .conda (pkg_format = 2).
9
conda config --set conda_build.pkg_format 1
10
bash ./ci/anaconda/conda_build.sh
-# 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.
13
conda config --set conda_build.pkg_format 2
14
15
conda config --remove-key conda_build.pkg_format
0 commit comments