Skip to content

Commit

Permalink
Try conda-build instead of conda byild
Browse files Browse the repository at this point in the history
  • Loading branch information
notoraptor committed Feb 20, 2023
1 parent 06b0d09 commit 9edaf06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ conda update -q conda
conda info -a
conda install conda-build anaconda-client

conda build conda --python 3.7
conda build conda --python 3.8
conda build conda --python 3.9
conda-build conda --python 3.7
conda-build conda --python 3.8
conda-build conda --python 3.9

# Conda 3.10 does not work because of a bug inside conda itself
# conda build conda --python 3.10

0 comments on commit 9edaf06

Please sign in to comment.