Skip to content

Commit

Permalink
Building conda for both py37 and py36
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Nov 3, 2019
1 parent 0bfa174 commit b53e118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/deploy_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export CONDA_BLD_PATH=~/conda-bld

# Build the conda recipe
echo "Build the conda recipe"
conda build conda-recipe/
conda build conda-recipe/ --python=3.6
conda build conda-recipe/ --python=3.7

# Convert the conda package to support other operating systems
echo "Convert the recipe to other OSes"
Expand Down

0 comments on commit b53e118

Please sign in to comment.