Skip to content

Commit

Permalink
adding no test to deal with an open issue in conda: conda/conda-build…
Browse files Browse the repository at this point in the history
  • Loading branch information
diljotgrewal authored and amcpherson committed Oct 2, 2023
1 parent 646b676 commit 2a349e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_python_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conda config --add channels https://conda.anaconda.org/dranew
conda config --add channels https://conda.anaconda.org/shahcompbio
conda config --add channels 'bioconda'
conda install conda-build conda-verify anaconda-client
conda build conda/destruct
conda build conda/destruct --no-test
anaconda -t $CONDA_UPLOAD_TOKEN upload /usr/local/conda-bld/linux-64/destruct-*.tar.bz2


0 comments on commit 2a349e4

Please sign in to comment.